Email or username:

Password:

Forgot your password?
Top-level
silverpill

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

2 comments
marcin mikołajczak

The instance object includes the list, like

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