mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 11:25:24 +00:00
FIX: unread was being tagged as "new" in the PreloadStore
This commit is contained in:
parent
1cda92c753
commit
ae20369733
@ -84,7 +84,7 @@ class TopicQuery
|
||||
end
|
||||
|
||||
def list_unread
|
||||
create_list(:new, {}, unread_results)
|
||||
create_list(:unread, {}, unread_results)
|
||||
end
|
||||
|
||||
def list_posted
|
||||
|
Loading…
x
Reference in New Issue
Block a user