xcv
This commit is contained in:
parent
6ce2c8f356
commit
2463d491ea
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def notifications(v):
|
|||
listing.append(c)
|
||||
c.replies = c.replies2
|
||||
elif c.parent_submission:
|
||||
replies = set()
|
||||
replies = []
|
||||
for x in c.replies:
|
||||
if x.id not in all and x.author_id == v.id:
|
||||
x.voted = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue