fix Firefox unread count bug

This commit is contained in:
ccd0 2014-07-23 07:09:45 -07:00
parent 7a89ddb38e
commit 5800bacc85

View File

@ -114,7 +114,7 @@ Unread =
if e.detail[404]
Unread.update()
else if !QuoteThreading.enabled
Unread.addPosts e.detail.newPosts.map (fullID) -> g.posts[fullID]
Unread.addPosts(g.posts[fullID] for fullID in e.detail.newPosts)
else
Unread.read()
Unread.update()