mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 03:43:42 -08:00
do not send markdown
This commit is contained in:
parent
b97867a0b9
commit
77e06b6a50
1 changed files with 0 additions and 4 deletions
|
@ -718,10 +718,6 @@ def add_reply(post_id: int, comment_id: int):
|
|||
in_reply_to.author.public_url()
|
||||
],
|
||||
'content': reply.body_html,
|
||||
'source': {
|
||||
'content': reply.body,
|
||||
'mediaType': 'text/markdown'
|
||||
},
|
||||
'inReplyTo': in_reply_to.profile_id(),
|
||||
'url': reply.profile_id(),
|
||||
'mediaType': 'text/html',
|
||||
|
|
Loading…
Add table
Reference in a new issue