remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 19:55:35 +02:00
parent 1135096166
commit 36f7449365
1 changed files with 0 additions and 2 deletions

View File

@ -139,8 +139,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