mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
c659e3e95b
When we call Bookmark.cleanup! we want to make sure that topic_user.bookmarked is updated for topics linked to the bookmarks that were deleted. Also when PostDestroyer calls destroy and recover. We have a job for this already -- SyncTopicUserBookmarked -- so we just utilize that.