forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-01 09:25:46 +02:00
parent 5808c060cb
commit 3be6ce1a15
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def notifications(v):
replies.append(x)
all.add(x.id)
c.replies = replies
if x.id not in all and c not in listing:
if c.id not in all and c not in listing:
all.add(c.id)
listing.append(c)
else: