forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-04 07:44:16 +02:00
parent 9f9e574363
commit 1896d80d82
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ def notifications(v):
for x in c.child_comments:
if x.author_id == v.id:
x.voted = 1
c.replies2.append(x)
if x not in c.replies2: c.replies2.append(x)
while c.parent_comment and (c.parent_comment.author_id == v.id or c.parent_comment in comments):
parent = c.parent_comment