Merge branch 'fix/replace-ws' into 'develop'
[akkoma] / config / config.exs
index a1cca06f868985cb1600332d1513626193794ad0..1a9738cff4676551ea2f72c7c8b50d562be37195 100644 (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: [],