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

fix: Error validating config_panel using schema: in key main > smtp > smtp_disclose_recipients

This commit is contained in:
OniriCorpe 2024-06-14 22:46:34 +02:00
parent aa2deeed52
commit e33bb01006

View file

@ -382,11 +382,12 @@ help = "Config for sending emails via an smtp server."
bind = "smtp-disclose-recipients:__INSTALL_DIR__/config.yaml"
choices = [ "true", "false" ]
default = "false"
type = "select"
[main.smtp.smtp_disclose_recipients.help]
en = """true: Disclose all recipients in the To field\
false: Email will be sent to Undisclosed Recipients"""
fr = """true : divulguer tous les destinataires dans le champ À\
false : l'e-mail sera envoyé sans divulguer les destinataires"""
type = "select"
####################
#### CACHE SETTINGS