Thread Hiding currently needs thread.nodes.root to exist.
Fixes bug from e4a1f6d4a36bc683056573c8ce86098016031931.
This commit is contained in:
parent
fa1aaa224c
commit
f3e2cbb19e
@ -655,7 +655,7 @@ Index =
|
|||||||
OP.filterResults = obj.filterResults
|
OP.filterResults = obj.filterResults
|
||||||
newPosts.push OP
|
newPosts.push OP
|
||||||
|
|
||||||
Build.thread thread, threadData unless isCatalog
|
Build.thread thread, threadData unless isCatalog and thread.nodes.root
|
||||||
catch err
|
catch err
|
||||||
# Skip posts that we failed to parse.
|
# Skip posts that we failed to parse.
|
||||||
errors = [] unless errors
|
errors = [] unless errors
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user