From 56fb01add1207e6837b69b15cdbfed176da69e47 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 4 Jul 2015 10:05:24 -0700 Subject: [PATCH] post.isDead is false by default, not absent. --- src/General/lib/post.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/lib/post.class b/src/General/lib/post.class index f14342b34..18fde749f 100755 --- a/src/General/lib/post.class +++ b/src/General/lib/post.class @@ -226,7 +226,7 @@ class Post # XXX Workaround for 4chan's racing condition # giving us false-positive dead posts. resurrect: -> - delete @isDead + @isDead = false $.rmClass @nodes.root, 'deleted-post' strong = $ 'strong.warning', @nodes.info # no false-positive files