forked from MarseyWorld/MarseyWorld
sdf
parent
6411fe5829
commit
ee7bcfb491
|
@ -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…
Reference in New Issue