forked from MarseyWorld/MarseyWorld
fds
parent
b09bbde529
commit
bd72392448
|
@ -138,8 +138,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…
Reference in New Issue