fddf
This commit is contained in:
parent
5fc1f5e0de
commit
fd07e659e5
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ def messagereply(v):
|
||||||
g.db.flush()
|
g.db.flush()
|
||||||
new_aux = CommentAux(id=new_comment.id, body=message, body_html=text_html)
|
new_aux = CommentAux(id=new_comment.id, body=message, body_html=text_html)
|
||||||
g.db.add(new_aux)
|
g.db.add(new_aux)
|
||||||
notif = Notification(comment_id=new_comment.id, user_id=user)
|
notif = Notification(comment_id=new_comment.id, user_id=user.id)
|
||||||
g.db.add(notif)
|
g.db.add(notif)
|
||||||
g.db.commit()
|
g.db.commit()
|
||||||
cache.delete_memoized(User.notification_messages, user)
|
cache.delete_memoized(User.notification_messages, user)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue