Need to fetch status here to determine whether thread is dead or archived.

This commit is contained in:
ccd0 2019-12-13 12:02:52 -08:00
parent d52f725ec1
commit 93407ba23c

View File

@ -318,10 +318,7 @@ ThreadWatcher =
(thread.newData or= {}).modified = modified
ThreadWatcher.fetchStatus thread
else
if ThreadWatcher.unreadEnabled and Conf['Show Unread Count']
ThreadWatcher.fetchStatus thread
else
ThreadWatcher.update siteID, boardID, threadID, {isDead: true}
ThreadWatcher.fetchStatus thread
return
fetchStatus: (thread) ->