Make sure isDead is set on archived threads on kissu.moe.
This commit is contained in:
parent
2c2dfa34b9
commit
d52f725ec1
@ -352,7 +352,9 @@ Main =
|
|||||||
Main.handleErrors errors if errors.length
|
Main.handleErrors errors if errors.length
|
||||||
|
|
||||||
if g.VIEW is 'thread'
|
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])
|
g.SITE.parseThreadMetadata?(threads[0])
|
||||||
|
|
||||||
Main.callbackNodes 'Thread', threads
|
Main.callbackNodes 'Thread', threads
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user