forked from AkkomaGang/akkoma
Make the suggestion match the default value
This commit is contained in:
parent
d7262f7d22
commit
2bffa8e020
1 changed files with 1 additions and 1 deletions
|
@ -2888,7 +2888,7 @@
|
|||
type: :integer,
|
||||
description:
|
||||
"Activity pub routes (except question activities). Default: `nil` (no expiration).",
|
||||
suggestions: [30_000, nil]
|
||||
suggestions: [nil]
|
||||
},
|
||||
%{
|
||||
key: :activity_pub_question,
|
||||
|
|
Loading…
Reference in a new issue