Update cheatsheet.md and config/description.exs

This commit is contained in:
Egor Kislitsyn 2020-02-14 16:53:53 +04:00
commit 0ddcd67d32
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
2 changed files with 22 additions and 2 deletions

View file

@ -1346,6 +1346,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,