remotes/1693045480750635534/spooky-22
Aevann1 2022-02-15 00:54:05 +02:00
parent 6411fe5829
commit ee7bcfb491
1 changed files with 1 additions and 1 deletions

View File

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