remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 01:47:43 +02:00
parent e5d19268b4
commit 5f5bcbb379
1 changed files with 3 additions and 3 deletions

View File

@ -131,9 +131,9 @@ def notifications(v):
cids.update(x.id for x in c.replies2)
while c.parent_comment and (c.parent_comment.author_id == v.id or c.parent_comment in comments):
c = c.parent_comment
print(c.replies2)
if not c.replies2:
print('ni')
print(c.replies2)
if not c.replies2:
print('ni')
c.replies2 = c.child_comments.filter(Comment.author_id == v.id, Comment.id.in_(all)).all()
cids.update(x.id for x in c.replies2)
cids.add(c.id)