return error if option not set instead of soft delete (#15030)

Этот коммит содержится в:
Ashish Bhate
2020-07-17 21:59:46 +05:30
коммит произвёл GitHub
родитель 93a537a636
Коммит fe45e0a98b
4 изменённых файлов: 71 добавлений и 27 удалений

Просмотреть файл

@@ -2618,6 +2618,10 @@
"id": "api.user.create_user.signup_link_invalid.app_error",
"translation": "The signup link does not appear to be valid."
},
{
"id": "api.user.delete_team.not_enabled.app_error",
"translation": "Permanent team deletion feature is not enabled. Please contact your System Administrator."
},
{
"id": "api.user.demote_user_to_guest.already_guest.app_error",
"translation": "Unable to convert the user to guest because is already a guest."