fsd
This commit is contained in:
parent
052913358d
commit
04193c4450
1 changed files with 0 additions and 2 deletions
|
@ -134,8 +134,6 @@ def notifications(v):
|
|||
if c.replies2 == None:
|
||||
c.replies2 = c.child_comments.filter(or_(Comment.author_id == v.id, Comment.id.in_(all))).all()
|
||||
cids.update(x.id for x in c.replies2)
|
||||
for x in c.replies2:
|
||||
if x.replies2 == None: x.replies2 = []
|
||||
while c.parent_comment and (c.parent_comment.author_id == v.id or c.parent_comment in comments):
|
||||
c = c.parent_comment
|
||||
if c.replies2 == None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue