fix Firefox unread count bug
This commit is contained in:
parent
7a89ddb38e
commit
5800bacc85
@ -114,7 +114,7 @@ Unread =
|
|||||||
if e.detail[404]
|
if e.detail[404]
|
||||||
Unread.update()
|
Unread.update()
|
||||||
else if !QuoteThreading.enabled
|
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
|
else
|
||||||
Unread.read()
|
Unread.read()
|
||||||
Unread.update()
|
Unread.update()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user