remotes/1693045480750635534/spooky-22
Aevann1 2022-04-04 20:52:20 +02:00
parent b09bbde529
commit bd72392448
1 changed files with 0 additions and 2 deletions

View File

@ -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