mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 18:54:44 +08:00
FIX: unread was being tagged as "new" in the PreloadStore
This commit is contained in:
@ -84,7 +84,7 @@ class TopicQuery
|
|||||||
end
|
end
|
||||||
|
|
||||||
def list_unread
|
def list_unread
|
||||||
create_list(:new, {}, unread_results)
|
create_list(:unread, {}, unread_results)
|
||||||
end
|
end
|
||||||
|
|
||||||
def list_posted
|
def list_posted
|
||||||
|
Reference in New Issue
Block a user