X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=410b3c618d84b81d6478ce131cc43f5de456417a;hb=18b9467d1a63766123f625a964303f6b4d28a39f;hp=8d2fdd40d7ba10de9abdd44c3160a2ae5994cb33;hpb=ec1ec32f209f20ba59b03021ac207832669ceae6;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,