remotes/1693045480750635534/spooky-22
Aevann1 2021-08-30 18:58:34 +02:00
parent 084473e285
commit a910f32aa2
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def messagereply(v, username, id):
Comment.sentto == user.id,
CommentAux.body == message,
).options(contains_eager(Comment.comment_aux)).first()
if existing: return redirect('/notifications?messages=true#comment-{existing.id}')
if existing: return redirect(f'/notifications?messages=true#comment-{existing.id}')
with CustomRenderer() as renderer: text_html = renderer.render(mistletoe.Document(message))
text_html = sanitize(text_html)