remotes/1693045480750635534/spooky-22
Aevann1 2021-07-28 05:18:05 +02:00
parent 0bc1f283dd
commit ae8a18d265
1 changed files with 0 additions and 3 deletions

View File

@ -41,7 +41,6 @@ def notifications(v):
c._is_blocked = False
c._is_blocking = False
if c.parent_submission and c.parent_comment and c.parent_comment.author_id == v.id:
continue
while c.parent_comment:
parent = c.parent_comment
if c not in parent.replies2:
@ -52,10 +51,8 @@ def notifications(v):
listing.append(c)
c.replies = c.replies2
elif c.parent_submission and c not in listing:
print(c.body)
listing.append(c)
else:
continue
if c.parent_comment:
while c.level > 1:
c = c.parent_comment