From ee7bcfb491f7736d20f54eeb3a68e9b0cdc6e1ff Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 15 Feb 2022 00:54:05 +0200 Subject: [PATCH] sdf --- files/routes/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index 098cc9a1c9..39d73d4b06 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -554,7 +554,7 @@ def messagereply(v): g.db.add(new_comment) g.db.flush() - if user_id != v.id: + if user_id != v.id and user_id != 9: notif = Notification(comment_id=new_comment.id, user_id=user_id) g.db.add(notif)