gh
This commit is contained in:
parent
06cf8a4483
commit
b8a4dd31f5
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ def messagereply(v):
|
||||||
g.db.add(new_comment)
|
g.db.add(new_comment)
|
||||||
g.db.flush()
|
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)
|
notif = Notification(comment_id=new_comment.id, user_id=user_id)
|
||||||
g.db.add(notif)
|
g.db.add(notif)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue