diff options
author | William Pitcock <nenolod@dereferenced.org> | 2019-04-26 10:17:57 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2019-04-26 22:35:02 +0000 |
commit | 501af917b5a9611a4b1fabb4944b3af96b676568 (patch) | |
tree | 767a42ad28ad3f9e88198a6fe80a230beac64735 /config | |
parent | 2bd880be88839746040cd69e60380ab42a005ec4 (diff) | |
download | pleroma-501af917b5a9611a4b1fabb4944b3af96b676568.tar.gz pleroma-501af917b5a9611a4b1fabb4944b3af96b676568.zip |
add support for bbcode
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index a1cca06f8..1a9738cff 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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: [], |