From 667142adc44f483fcb1e7e42a753903e08784665 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 24 Dec 2022 00:24:16 +0200 Subject: [PATCH] try fixing https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3295805 --- files/routes/notifications.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/routes/notifications.py b/files/routes/notifications.py index 207d97070..1dead6928 100644 --- a/files/routes/notifications.py +++ b/files/routes/notifications.py @@ -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()