This commit is contained in:
rimu 2024-06-05 20:37:56 +12:00
parent f859dd8c1f
commit 92788416e8

View file

@ -299,7 +299,7 @@ def comment_model_to_json(reply: PostReply) -> dict:
'content': reply.body, 'content': reply.body,
'mediaType': 'text/markdown' 'mediaType': 'text/markdown'
} }
return reply return reply_data
def banned_user_agents(): def banned_user_agents():