fd
This commit is contained in:
parent
8a6b2aaabc
commit
9ec095c159
1 changed files with 1 additions and 1 deletions
|
@ -52,8 +52,8 @@ def notifications(v):
|
||||||
listing.append(c)
|
listing.append(c)
|
||||||
c.replies = c.replies2
|
c.replies = c.replies2
|
||||||
elif c.parent_submission:
|
elif c.parent_submission:
|
||||||
if c not in listing:
|
|
||||||
c.replies = []
|
c.replies = []
|
||||||
|
if c not in listing:
|
||||||
listing.append(c)
|
listing.append(c)
|
||||||
else:
|
else:
|
||||||
if c.parent_comment:
|
if c.parent_comment:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue