This commit is contained in:
Aevann1 2021-08-07 17:34:45 +02:00
parent 8a6b2aaabc
commit 9ec095c159

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: