another archived thread bugfix

This commit is contained in:
ccd0 2014-09-18 11:57:44 -07:00
parent 9d58a62e16
commit 99464b77dd

View File

@ -163,7 +163,7 @@ Unread =
Unread.update() if e
saveLastReadPost: $.debounce 2 * $.SECOND, ->
return if Unread.thread.isDead
return if Unread.thread.isDead and !Unread.thread.isArchived
Unread.db.set
boardID: Unread.thread.board.ID
threadID: Unread.thread.ID