From 99464b77dd4896cc959ebecd5f14175ab702a39d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 18 Sep 2014 11:57:44 -0700 Subject: [PATCH] another archived thread bugfix --- src/Monitoring/Unread.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monitoring/Unread.coffee b/src/Monitoring/Unread.coffee index 96f82388a..a8db0b9ec 100755 --- a/src/Monitoring/Unread.coffee +++ b/src/Monitoring/Unread.coffee @@ -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