Merge branch 'v3'
Conflicts: builds/appchan-x.user.js builds/crx/script.js
This commit is contained in:
commit
e22390fae7
@ -11886,7 +11886,7 @@
|
||||
if (ID <= Unread.lastReadPost || post.isHidden || QR.db.get({
|
||||
boardID: post.board.ID,
|
||||
threadID: post.thread.ID,
|
||||
postID: post.ID
|
||||
postID: ID
|
||||
})) {
|
||||
continue;
|
||||
}
|
||||
|
||||
@ -11870,7 +11870,7 @@
|
||||
if (ID <= Unread.lastReadPost || post.isHidden || QR.db.get({
|
||||
boardID: post.board.ID,
|
||||
threadID: post.thread.ID,
|
||||
postID: post.ID
|
||||
postID: ID
|
||||
})) {
|
||||
continue;
|
||||
}
|
||||
|
||||
@ -73,7 +73,7 @@ Unread =
|
||||
continue if ID <= Unread.lastReadPost or post.isHidden or QR.db.get {
|
||||
boardID: post.board.ID
|
||||
threadID: post.thread.ID
|
||||
postID: post.ID
|
||||
postID: ID
|
||||
}
|
||||
Unread.posts.push post unless post.prev or post.next
|
||||
Unread.addPostQuotingYou post
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user