diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-02-14 16:53:53 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-02-14 16:53:53 +0400 |
commit | 0ddcd67d32eb40cb6cb2a3dfee4c55e930e7f37c (patch) | |
tree | 7d8c2e320932efebf07b19eb7cfa08101bb64f34 /config | |
parent | 3732b0ba729bb7443e338b5f6bcc7e018983aa4c (diff) | |
download | pleroma-0ddcd67d32eb40cb6cb2a3dfee4c55e930e7f37c.tar.gz |
Update `cheatsheet.md` and `config/description.exs`
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index e5bac9b3f..d86a4ccca 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1348,6 +1348,21 @@ config :pleroma, :config_description, [ }, %{ group: :pleroma, + key: :mrf_activity_expiration, + label: "MRF Activity Expiration Policy", + type: :group, + description: "Adds expiration to all local activities", + children: [ + %{ + key: :days, + type: :integer, + description: "Default global expiration time for all local activities (in days)", + suggestions: [90, 365] + } + ] + }, + %{ + group: :pleroma, key: :mrf_subchain, label: "MRF subchain", type: :group, |