forked from MarseyWorld/MarseyWorld
fdsfds
parent
f1c217c54f
commit
a96c7469f9
|
@ -130,7 +130,6 @@ def notifications(v):
|
|||
cids = set()
|
||||
listing = []
|
||||
for c in comments:
|
||||
print(c.id)
|
||||
if c.parent_submission:
|
||||
if c.replies2 == None:
|
||||
c.replies2 = c.child_comments.filter(or_(Comment.author_id == v.id, Comment.id.in_(all))).all()
|
||||
|
|
Loading…
Reference in New Issue