remotes/1693045480750635534/spooky-22
Aevann1 2022-02-01 09:36:50 +02:00
parent 95c9262789
commit 6845be1802
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ def notifications(v):
if c.parent_submission and c.parent_comment and c.parent_comment.author_id == v.id:
replies = []
for x in c.replies:
if x.id not in all and x.author_id == v.id:
if x.author_id == v.id:
x.voted = 1
replies.append(x)
all.add(x.id)