Update documentation
This commit is contained in:
parent
819cd46717
commit
011ede4536
4 changed files with 6 additions and 6 deletions
|
|
@ -1351,12 +1351,12 @@ config :pleroma, :config_description, [
|
|||
key: :mrf_activity_expiration,
|
||||
label: "MRF Activity Expiration Policy",
|
||||
type: :group,
|
||||
description: "Adds expiration to all local activities",
|
||||
description: "Adds expiration to all local Create activities",
|
||||
children: [
|
||||
%{
|
||||
key: :days,
|
||||
type: :integer,
|
||||
description: "Default global expiration time for all local activities (in days)",
|
||||
description: "Default global expiration time for all local Create activities (in days)",
|
||||
suggestions: [90, 365]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue