-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't send HTML or Markdown statuses #1596
Comments
Is it allowed? |
Absolutely, I use Akkoma (Pleroma fork, same API) and I can send Markdown or HTML or MFM messages from within the default web interface |
What happens when you send Markdown or HTML in the message? It is rendered as HTML in the timeline? |
I use Akkoma (a Pleroma fork) and Calckey (Misskey fork) which render HTML text as HTML Besides, Mastodon has just merged support for HTML text rendering as well (mastodon/mastodon#23913) |
Glitch-soc and some Pleroma forks supports markdown formatting by setting |
Every time I use
postStatus
, there is no way for me to set the content-type as "plain", "markdown", "html" or anything else.I have analyzed the HTTP requests performed by Megalodon and they are missing the content_type POST parameter, which is
text/plain
on normal messages.The text was updated successfully, but these errors were encountered: