X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=1a9738cff4676551ea2f72c7c8b50d562be37195;hb=a58813e7a14fda8eff2f2a659094444d20765e85;hp=b11e4c680faf4d56d4a736c37eeeb36b921719f5;hpb=030a7876b42a0c925fd52474de514ae5e9171e55;p=akkoma diff --git a/config/config.exs b/config/config.exs index b11e4c680..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: [], @@ -326,7 +327,8 @@ config :pleroma, :media_proxy, follow_redirect: true, pool: :media ] - ] + ], + whitelist: [] config :pleroma, :chat, enabled: true