X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=75866112058d1a61f1cd5ab1e54f0e11b02281e4;hb=d81f63845a71e5cc60d95007ecaa2aea52a90422;hp=bf497031408fd52b33c964801e000855a8e5e1a0;hpb=984d7be1a4b4d1e1024a9f5d5aaee6252c553279;p=akkoma diff --git a/config/config.exs b/config/config.exs index bf4970314..758661120 100644 --- a/config/config.exs +++ b/config/config.exs @@ -253,6 +253,8 @@ config :pleroma, :instance, skip_thread_containment: true, limit_to_local_content: :unauthenticated, dynamic_configuration: false, + user_bio_length: 5000, + user_name_length: 100, external_user_synchronization: true config :pleroma, :markup, @@ -336,6 +338,10 @@ config :pleroma, :mrf_keyword, config :pleroma, :mrf_subchain, match_actor: %{} +config :pleroma, :mrf_vocabulary, + accept: [], + reject: [] + config :pleroma, :rich_media, enabled: true, ignore_hosts: [],