remotes/1693045480750635534/spooky-22
Aevann1 2022-02-01 09:35:32 +02:00
parent 8919a8d905
commit 95c9262789
1 changed files with 1 additions and 1 deletions

View File

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