Files
danbooru/app/models/forum_topic.rb
Toks 8541d2896a #1469: Fix issue with topics getting marked as read erroneously
It looks like it would set last_forum_read_at to the oldest unread
topic's updated_at value. But then it would fail to include that same
topic in the query next time because it used > instead of >=.
2014-03-26 14:21:34 -04:00

4.3 KiB