forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-07 17:34:45 +02:00
parent 2537d4fb3d
commit 562eb00b27
1 changed files with 1 additions and 1 deletions

View File

@ -52,8 +52,8 @@ def notifications(v):
listing.append(c)
c.replies = c.replies2
elif c.parent_submission:
c.replies = []
if c not in listing:
c.replies = []
listing.append(c)
else:
if c.parent_comment: