ThreadWatcher: don't include OP in unread count
This commit is contained in:
parent
39a65c7ef9
commit
5a626d86bf
@ -146,7 +146,7 @@ ThreadWatcher =
|
|||||||
|
|
||||||
unread = 0
|
unread = 0
|
||||||
|
|
||||||
for postObj in @response.posts
|
for postObj in @response.posts[1..]
|
||||||
if postObj.no > lastReadPost and !QR.db?.get {boardID, threadID, postID: postObj.no}
|
if postObj.no > lastReadPost and !QR.db?.get {boardID, threadID, postID: postObj.no}
|
||||||
unread++
|
unread++
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user