mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -08:00
typo #175
This commit is contained in:
parent
f859dd8c1f
commit
92788416e8
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||||
|
|
Loading…
Add table
Reference in a new issue