sdf
This commit is contained in:
parent
06a36002a6
commit
0fd71269ea
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue