mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
removed is_public setting
This commit is contained in:
parent
7a8815d44a
commit
38b8e9927a
1 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,7 @@ ynh_app_setting_set --app=$app --key=email --value=$email
|
|||
ynh_app_setting_set --app=$app --key=password --value=$password
|
||||
ynh_app_setting_set --app=$app --key=registration --value=$registration
|
||||
ynh_app_setting_set --app=$app --key=registration_approval --value=$registration_approval
|
||||
ynh_app_setting_set --app=$app --key=registration_reason --value=$registration_reason
|
||||
ynh_app_setting_set --app=$app --key=$is_public --value=$is_public
|
||||
ynh_app_setting_set --app=$app --key=registration_reason --value=$registration_reaso
|
||||
|
||||
#=================================================
|
||||
# STANDARD MODIFICATIONS
|
||||
|
|
Loading…
Reference in a new issue