fsd
This commit is contained in:
parent
25b20429dd
commit
14f14889cc
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ def notifications(v):
|
||||||
for x in c.child_comments:
|
for x in c.child_comments:
|
||||||
if x.author_id == v.id:
|
if x.author_id == v.id:
|
||||||
x.voted = 1
|
x.voted = 1
|
||||||
c.replies2.append(x)
|
if x not in c.replies2: c.replies2.append(x)
|
||||||
|
|
||||||
while c.parent_comment and (c.parent_comment.author_id == v.id or c.parent_comment in comments):
|
while c.parent_comment and (c.parent_comment.author_id == v.id or c.parent_comment in comments):
|
||||||
parent = c.parent_comment
|
parent = c.parent_comment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue