From 60f04d4a10cb839b3c39dd16d5f8a92c03118cfb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 31 Aug 2021 19:17:53 +0200 Subject: [PATCH] fdfd --- files/routes/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index 589aa2c192..745b6fd832 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -199,7 +199,7 @@ def messagereply(v): g.db.add(new_aux) notif = Notification(comment_id=new_comment.id, user_id=user) g.db.add(notif) - + g.db.commit() cache.delete_memoized(User.notification_messages, user) return jsonify({"html": render_template("comments.html",