diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 6100e2aaa..0a075551f 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -11033,7 +11033,7 @@ threadID: data.thread.ID, postID: ID })) { - QuoteYou.lastRead = data.nodes.root; + QuoteMarkers.lastRead = data.nodes.root; } } if (!ID) { diff --git a/builds/crx/script.js b/builds/crx/script.js index 9792bbab5..7ed2ec3c5 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -11048,7 +11048,7 @@ threadID: data.thread.ID, postID: ID })) { - QuoteYou.lastRead = data.nodes.root; + QuoteMarkers.lastRead = data.nodes.root; } } if (!ID) { diff --git a/src/Monitoring/Unread.coffee b/src/Monitoring/Unread.coffee index 4214248df..6d17b4eba 100755 --- a/src/Monitoring/Unread.coffee +++ b/src/Monitoring/Unread.coffee @@ -160,7 +160,7 @@ Unread = threadID: data.thread.ID postID: ID } - QuoteYou.lastRead = data.nodes.root + QuoteMarkers.lastRead = data.nodes.root return unless ID