fix Firefox unread count bug
This commit is contained in:
parent
7a89ddb38e
commit
5800bacc85
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user