Don't display the 'Closed' notification when a thread becomes archived.

This commit is contained in:
ccd0 2014-10-18 18:52:39 -07:00
parent 5e971532b4
commit 9b222dc5c0

View File

@ -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'