Aevann 2022-12-24 00:24:16 +02:00
parent a63b02470d
commit 667142adc4
1 changed files with 2 additions and 0 deletions

View File

@ -333,6 +333,8 @@ def notifications(v:User):
total.extend(listing)
total_cids = [x.id for x in total]
total_cids.extend(cids)
total_cids = set(total_cids)
output = get_comments_v_properties(v, True, None, Comment.id.in_(total_cids))[1]
g.db.commit()