This commit is contained in:
Aevann1 2021-11-04 19:27:51 +02:00
parent 08620146da
commit 43086151c5

View file

@ -238,7 +238,7 @@ def message2(v, username):
).first()
if existing: return redirect('/notifications?messages=true')
text_html = Renderer().render(mistletoe.Document(text))
text_html = Renderer().render(mistletoe.Document(message))
text_html = sanitize(text_html, True)