add support for bbcode

This commit is contained in:
William Pitcock 2019-04-26 10:17:57 +00:00
commit 501af917b5
3 changed files with 30 additions and 1 deletions

View file

@ -221,7 +221,8 @@ config :pleroma, :instance,
allowed_post_formats: [
"text/plain",
"text/html",
"text/markdown"
"text/markdown",
"text/bbcode"
],
mrf_transparency: true,
autofollowed_nicknames: [],