Thread Hiding currently needs thread.nodes.root to exist.

Fixes bug from e4a1f6d4a36bc683056573c8ce86098016031931.
This commit is contained in:
ccd0 2016-10-04 03:09:37 -07:00
parent fa1aaa224c
commit f3e2cbb19e

View File

@ -655,7 +655,7 @@ Index =
OP.filterResults = obj.filterResults
newPosts.push OP
Build.thread thread, threadData unless isCatalog
Build.thread thread, threadData unless isCatalog and thread.nodes.root
catch err
# Skip posts that we failed to parse.
errors = [] unless errors