diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index db4c49811..7c1656039 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -9973,9 +9973,6 @@ }, addPostQuotingYou: function(post) { var quotelink, _i, _len, _ref; - if (!QR.db) { - return; - } _ref = post.nodes.quotelinks; for (_i = 0, _len = _ref.length; _i < _len; _i++) { quotelink = _ref[_i]; diff --git a/builds/crx/script.js b/builds/crx/script.js index d7c282fa4..c5bc6054b 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -9956,9 +9956,6 @@ }, addPostQuotingYou: function(post) { var quotelink, _i, _len, _ref; - if (!QR.db) { - return; - } _ref = post.nodes.quotelinks; for (_i = 0, _len = _ref.length; _i < _len; _i++) { quotelink = _ref[_i]; diff --git a/src/Monitoring/Unread.coffee b/src/Monitoring/Unread.coffee index 6b5989a68..1814c9a29 100755 --- a/src/Monitoring/Unread.coffee +++ b/src/Monitoring/Unread.coffee @@ -100,7 +100,6 @@ Unread = Unread.update() addPostQuotingYou: (post) -> - return unless QR.db for quotelink in post.nodes.quotelinks when QR.db.get Get.postDataFromLink quotelink Unread.postsQuotingYou.push post Unread.openNotification post