From c40135b39e35ece60da06ad8ece10b9ca04f5182 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 25 Aug 2021 19:42:35 +0200 Subject: [PATCH] fdfd --- files/routes/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/comments.py b/files/routes/comments.py index cf58cba9d1..f6c38c3d3b 100644 --- a/files/routes/comments.py +++ b/files/routes/comments.py @@ -449,7 +449,7 @@ def api_comment(v): notify_users = set() for x in g.db.query(Subscription.user_id).filter_by(submission_id=c.parent_submission).all(): - notify_users.add(x) + notify_users.add(x[0]) if parent.author.id != v.id: notify_users.add(parent.author.id)