fd
This commit is contained in:
parent
bcd3252777
commit
872f5e7289
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ def messagereply(v):
|
|||
if existing.parent_comment_id: return redirect(f'/notifications?messages=true#comment-{existing.parent_comment_id}')
|
||||
else: return redirect(f'/notifications?messages=true#comment-{existing.id}')
|
||||
|
||||
text_html = CustomRenderer().render(mistletoe.Document(message))
|
||||
text_html = mistletoe.Document(message)
|
||||
text_html = sanitize(text_html, True)
|
||||
new_comment = Comment(author_id=v.id,
|
||||
parent_submission=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue