Merge pull request 'Set cleanup_attachments to true by default' (#910) from norm/akkoma:cleanup-attachments-default-true into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/910 Reviewed-by: Oneric <oneric@noreply.akkoma>
This commit is contained in:
commit
9a46685e64
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@
|
|||
registration_reason_length: 500,
|
||||
external_user_synchronization: true,
|
||||
extended_nickname_format: true,
|
||||
cleanup_attachments: false,
|
||||
cleanup_attachments: true,
|
||||
cleanup_attachments_delay: 1800,
|
||||
multi_factor_authentication: [
|
||||
totp: [
|
||||
|
|
Loading…
Reference in a new issue