fd
This commit is contained in:
parent
b5b9da0b62
commit
96d815bd6b
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ def post_id(pid, anything=None, v=None):
|
|||
|
||||
post.preloaded_comments = [x for x in comments if not (x.author and x.author.shadowbanned) or (v and v.id == x.author_id)]
|
||||
|
||||
if session.get("read_comments"): read = list(session.get("read_comments"))
|
||||
if session.get("read_comments"): read = list(set(session.get("read_comments")))
|
||||
else: read = None
|
||||
read_comments = [x.id for x in post.preloaded_comments]
|
||||
if read: session["read_comments"] += read_comments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue