Not a bug Orphanded data in xf_thread_read table

AndyB

Well-known member
Licensed customer
Affected version
XF 2.1.1
When a thread is Permanently deleted, I would think the xf_thread_read table would have the data for that thread deleted. Currently it appears the data is orphaned.

199506
 
Those values get deleted in \XF\Repository\Thread::pruneThreadReadLogs when \XF\Cron\CleanUp::runDailyCleanUp runs
 
Back
Top Bottom