ThreadWatcher.update call in Unread must set isArchived.
This commit is contained in:
parent
93407ba23c
commit
dc499dab90
@ -262,5 +262,6 @@ Unread =
|
|||||||
ThreadWatcher.update g.SITE.ID, Unread.thread.board.ID, Unread.thread.ID,
|
ThreadWatcher.update g.SITE.ID, Unread.thread.board.ID, Unread.thread.ID,
|
||||||
last: Unread.thread.lastPost
|
last: Unread.thread.lastPost
|
||||||
isDead: Unread.thread.isDead
|
isDead: Unread.thread.isDead
|
||||||
|
isArchived: Unread.thread.isArchived
|
||||||
unread: Unread.posts.size
|
unread: Unread.posts.size
|
||||||
quotingYou: (quotingYou.last or 0)
|
quotingYou: (quotingYou.last or 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user