From 9b222dc5c02ab86b4e971f5f1e6b316aa66d8513 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 18 Oct 2014 18:52:39 -0700 Subject: [PATCH] Don't display the 'Closed' notification when a thread becomes archived. --- src/Monitoring/ThreadUpdater.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Monitoring/ThreadUpdater.coffee b/src/Monitoring/ThreadUpdater.coffee index 89684358b..1a90ca5d4 100755 --- a/src/Monitoring/ThreadUpdater.coffee +++ b/src/Monitoring/ThreadUpdater.coffee @@ -243,6 +243,7 @@ ThreadUpdater = updateThreadStatus: (type, status) -> return unless hasChanged = ThreadUpdater.thread["is#{type}"] isnt status ThreadUpdater.thread.setStatus type, status + return if type is 'Closed' and ThreadUpdater.thread.isArchived change = if type is 'Sticky' if status 'now a sticky'