Make sure isDead is set on archived threads on kissu.moe.

This commit is contained in:
ccd0 2019-12-13 11:58:05 -08:00
parent 2c2dfa34b9
commit d52f725ec1

View File

@ -352,7 +352,9 @@ Main =
Main.handleErrors errors if errors.length
if g.VIEW is 'thread'
threads[0].isArchived = true if g.threadArchived
if g.threadArchived
threads[0].isArchived = true
threads[0].kill()
g.SITE.parseThreadMetadata?(threads[0])
Main.callbackNodes 'Thread', threads