diff --git a/files/routes/users.py b/files/routes/users.py index 717622c0d..a4fa5f62d 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -556,7 +556,7 @@ def messagereply(v): g.db.add(new_comment) g.db.flush() - if user_id != v.id and user_id != 9: + if user_id != v.id and user_id != 0: notif = Notification(comment_id=new_comment.id, user_id=user_id) g.db.add(notif)