Revert "fd"

This reverts commit 549f28fb83.
This commit is contained in:
Aevann1 2021-09-09 16:15:27 +02:00
parent cce51e6157
commit c16f16d18b
7 changed files with 23 additions and 23 deletions

View file

@ -67,8 +67,8 @@ def notifications(v):
listing = []
for c in comments:
c.is_blocked = False
c.is_blocking = False
c._is_blocked = False
c._is_blocking = False
if c.parent_submission and c.parent_comment and c.parent_comment.author_id == v.id:
c.replies = []
while c.parent_comment and c.parent_comment.author_id == v.id: