This commit is contained in:
Aevann1 2021-09-13 13:18:19 +02:00
parent d2687c8338
commit a8f8afa093
5 changed files with 5 additions and 6 deletions

View file

@ -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",