ignore own posts in unread count
This commit is contained in:
parent
46942f3e65
commit
39db2f4276
@ -147,7 +147,7 @@ ThreadWatcher =
|
|||||||
unread = 0
|
unread = 0
|
||||||
|
|
||||||
for postObj in @response.posts
|
for postObj in @response.posts
|
||||||
if postObj.no > lastReadPost
|
if postObj.no > lastReadPost and !QR.db?.get {boardID, threadID, postID: postObj.no}
|
||||||
unread++
|
unread++
|
||||||
|
|
||||||
if unread isnt data.unread
|
if unread isnt data.unread
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user