remotes/1693045480750635534/spooky-22
Aevann1 2021-08-31 19:04:21 +02:00
parent f84299b465
commit 73bde5ab32
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ def messagereply(v):
notif = Notification(comment_id=new_comment.id, user_id=user)
g.db.add(notif)
cache.delete_memoized(User.notification_messages, get_user(user))
cache.delete_memoized(User.notification_messages, get_account(user))
return jsonify({"html": render_template("comments.html",
v=v,