From 77e06b6a50b44da3fe229810ee3251de749b3219 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Fri, 24 May 2024 16:47:40 +1200 Subject: [PATCH] do not send markdown --- app/post/routes.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/post/routes.py b/app/post/routes.py index 24680ab0..8f9c3fb1 100644 --- a/app/post/routes.py +++ b/app/post/routes.py @@ -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',