1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

Fix typo in [main.instance.instance_expose_suspended_web]

Fix `Config panel question 'instance_expose_suspended_web' should be initialized with a value during install or upgrade.` error.
This commit is contained in:
Eric Geldmacher 2023-02-21 15:33:44 -06:00 committed by GitHub
parent c3ce65e67f
commit c320321670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ type = "select"
[main.instance.instance_expose_suspended_web] [main.instance.instance_expose_suspended_web]
ask.en = "API: Expose suspended on Web (/about/suspended)?" ask.en = "API: Expose suspended on Web (/about/suspended)?"
ask.fr = "API : Exposer les instances bloquées sur le Web (/about/suspended) ?" ask.fr = "API : Exposer les instances bloquées sur le Web (/about/suspended) ?"
bind = "instance-expose-suspended_web:__FINALPATH__/config.yaml" bind = "instance-expose-suspended-web:__FINALPATH__/config.yaml"
choices = ["true", "false"] choices = ["true", "false"]
default = "false" default = "false"
help.en = "Allow unauthenticated users to view /about/suspended, showing the HTML rendered list of instances that this instance blocks/suspends." help.en = "Allow unauthenticated users to view /about/suspended, showing the HTML rendered list of instances that this instance blocks/suspends."