fdsfds
This commit is contained in:
parent
dbe04c08e5
commit
126a213f56
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ def notifications(v):
|
||||||
cids = set()
|
cids = set()
|
||||||
listing = []
|
listing = []
|
||||||
for c in comments:
|
for c in comments:
|
||||||
print(c.id)
|
|
||||||
if c.parent_submission:
|
if c.parent_submission:
|
||||||
if c.replies2 == None:
|
if c.replies2 == None:
|
||||||
c.replies2 = c.child_comments.filter(or_(Comment.author_id == v.id, Comment.id.in_(all))).all()
|
c.replies2 = c.child_comments.filter(or_(Comment.author_id == v.id, Comment.id.in_(all))).all()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue