fd
This commit is contained in:
parent
79d59f75c8
commit
fc1af6c375
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def notifications(v):
|
||||||
c._is_blocking = False
|
c._is_blocking = False
|
||||||
if c.parent_submission and c.parent_comment and c.parent_comment.author_id == v.id:
|
if c.parent_submission and c.parent_comment and c.parent_comment.author_id == v.id:
|
||||||
c.replies = []
|
c.replies = []
|
||||||
while c.parent_comment:
|
while c.parent_comment and c.parent_comment.author_id == v.id:
|
||||||
parent = c.parent_comment
|
parent = c.parent_comment
|
||||||
if c not in parent.replies2:
|
if c not in parent.replies2:
|
||||||
parent.replies2 = parent.replies2 + [c]
|
parent.replies2 = parent.replies2 + [c]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue