diff --git a/src/classes/Fetcher.coffee b/src/classes/Fetcher.coffee index f67adf4b2..38c846c11 100644 --- a/src/classes/Fetcher.coffee +++ b/src/classes/Fetcher.coffee @@ -5,9 +5,8 @@ class Fetcher return # 4chan X catalog data - if (post = Index.replyData?["#{@boardID}.#{@postID}"]) + if (post = Index.replyData?["#{@boardID}.#{@postID}"]) and (thread = g.threads["#{@boardID}.#{@threadID}"]) board = g.boards[@boardID] - thread = g.threads["#{@boardID}.#{@threadID}"] post = new Post Build.postFromObject(post, @boardID), thread, board post.isFetchedQuote = true Main.callbackNodes 'Post', [post]