parent
cce51e6157
commit
c16f16d18b
7 changed files with 23 additions and 23 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue