master
Aevann1 2022-02-21 02:16:20 +02:00
parent 2b6ce6b428
commit aa6a4623a7
1 changed files with 1 additions and 1 deletions

View File

@ -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)