Email or username:

Password:

Forgot your password?
Top-level
marcin mikołajczak
Not supporting text/plain is a weird choice, would be nice if Mitra provided a list of supported content types like Pleroma
3 comments
silverpill

@mkljczk You mean for post content? How Pleroma provides that list of supported types?

marcin mikołajczak

The instance object includes the list, like

{
  ...
  "pleroma": {
    "metadata": {
      "post_formats": ["text/plain", "text/html", "text/markdown", "text/bbcode"]
    }
  }
}
Go Up