fds
This commit is contained in:
parent
5d6d43acca
commit
94ee955ca0
1 changed files with 0 additions and 2 deletions
|
@ -139,8 +139,6 @@ def notifications(v):
|
|||
c.replies2 = c.child_comments.filter(or_(Comment.author_id == v.id, Comment.id.in_(cids))).all()
|
||||
for x in c.replies2:
|
||||
if x.replies2 == None: x.replies2 = []
|
||||
|
||||
cids.add(c.id)
|
||||
else:
|
||||
while c.parent_comment:
|
||||
c = c.parent_comment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue