do not send markdown

This commit is contained in:
rimu 2024-05-24 16:47:40 +12:00
parent b97867a0b9
commit 77e06b6a50

View file

@ -718,10 +718,6 @@ def add_reply(post_id: int, comment_id: int):
in_reply_to.author.public_url() in_reply_to.author.public_url()
], ],
'content': reply.body_html, 'content': reply.body_html,
'source': {
'content': reply.body,
'mediaType': 'text/markdown'
},
'inReplyTo': in_reply_to.profile_id(), 'inReplyTo': in_reply_to.profile_id(),
'url': reply.profile_id(), 'url': reply.profile_id(),
'mediaType': 'text/html', 'mediaType': 'text/html',