bluegreyshoes
New member
Hi, I'm not entirely sure I'm asking the right question, but I've completed an import to XF and users don't get notified when a thread in their pre-existing (from before the import) watched threads is updated. The user_id/thread_id data is present in xf_thread_watch; however I guessing that because they have not visited the thread since the import, there is no entry in xf_thread_read with that user/thread combination and so the notification code effectively interprets this as "the user hasn't visited the thread since they were last updated about it."
And as a result, no notification.
First, is my supposition about what's happening likely to be correct? And second, would a solution be to simply copy the user_id and thread_id from xf_thread_watch into xf_thread_read, setting thread_read_date to now?
Thank you for any info/pointers
And as a result, no notification.
First, is my supposition about what's happening likely to be correct? And second, would a solution be to simply copy the user_id and thread_id from xf_thread_watch into xf_thread_read, setting thread_read_date to now?
Thank you for any info/pointers