X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=410b3c618d84b81d6478ce131cc43f5de456417a;hb=10c156d98fee44444ed6d1366e615ddcdb2ee68a;hp=8d2fdd40d7ba10de9abdd44c3160a2ae5994cb33;hpb=3ce16e5a56be01686a03f40931f666ac164df6e8;p=akkoma diff --git a/config/config.exs b/config/config.exs index 8d2fdd40d..410b3c618 100644 --- a/config/config.exs +++ b/config/config.exs @@ -101,6 +101,8 @@ config :pleroma, :instance, finmoji_enabled: true, mrf_transparency: true +config :pleroma, Pleroma.Mailer, adapter: Swoosh.Adapters.Local + config :pleroma, :markup, # XXX - unfortunately, inline images must be enabled by default right now, because # of custom emoji. Issue #275 discusses defanging that somehow. @@ -126,7 +128,10 @@ config :pleroma, :fe, formatting_options_enabled: false, collapse_message_with_subject: false, hide_post_stats: false, - hide_user_stats: false + hide_user_stats: false, + scope_copy: true, + subject_line_behavior: "email", + always_show_subject_input: true config :pleroma, :activitypub, accept_blocks: true,