Don't clear the unread count of 404'd threads until they're actually visited.

This commit is contained in:
ccd0 2015-04-06 19:44:38 -07:00
parent 56aac3907e
commit 528b6fc4b1

View File

@ -245,8 +245,6 @@ ThreadWatcher =
ThreadWatcher.db.delete {boardID, threadID}
else
data.isDead = true
delete data.unread
delete data.quotingYou
ThreadWatcher.db.set {boardID, threadID, val: data}
ThreadWatcher.refresh()