fd
This commit is contained in:
parent
d2687c8338
commit
a8f8afa093
5 changed files with 5 additions and 6 deletions
|
@ -270,7 +270,6 @@ def messagereply(v):
|
|||
g.db.add(new_aux)
|
||||
notif = Notification(comment_id=new_comment.id, user_id=user.id)
|
||||
g.db.add(notif)
|
||||
g.db.commit()
|
||||
cache.delete_memoized(User.notification_messages, user)
|
||||
|
||||
return jsonify({"html": render_template("comments.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue