diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-06 02:25:13 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-03-06 02:26:14 +0100 |
commit | a283a1fcd026f33ecdd246fef6d035f95b2071a1 (patch) | |
tree | b0435a3c2c82c2455419ea02b63dd7ddc52b0248 /config | |
parent | bcd8ef65e00fb357ec7c990c43a957366d186ddf (diff) | |
download | pleroma-a283a1fcd026f33ecdd246fef6d035f95b2071a1.tar.gz pleroma-a283a1fcd026f33ecdd246fef6d035f95b2071a1.zip |
Add default config for masto_fe
Related to: https://git.pleroma.social/pleroma/mastofe/merge_requests/22
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index a620e7451..a867dd0bc 100644 --- a/config/config.exs +++ b/config/config.exs @@ -215,6 +215,9 @@ config :pleroma, :frontend_configurations, scopeCopy: true, subjectLineBehavior: "email", alwaysShowSubjectInput: true + }, + masto_fe: %{ + showInstanceSpecificPanel: true } config :pleroma, :activitypub, |