FIX: unread was being tagged as "new" in the `PreloadStore`

This commit is contained in:
Robin Ward 2014-10-09 15:45:06 -04:00
parent 1cda92c753
commit ae20369733
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class TopicQuery
end
def list_unread
create_list(:new, {}, unread_results)
create_list(:unread, {}, unread_results)
end
def list_posted