MM-11228: Fix channel update/patch API endpoints. (#9073)

Этот коммит содержится в:
George Goldberg
2018-07-10 09:55:46 +01:00
коммит произвёл Carlos Tadeu Panato Junior
родитель 602fd0ffdd
Коммит 2d16a71af9
3 изменённых файлов: 104 добавлений и 21 удалений

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

@@ -87,6 +87,10 @@
"id": "api.channel.add_user.to.channel.failed.app_error",
"translation": "Failed to add user to channel"
},
{
"id": "api.channel.patch_update_channel.forbidden.app_error",
"translation": "Failed to update the channel"
},
{
"id": "api.channel.add_user.to.channel.failed.deleted.app_error",
"translation": "Failed to add user to channel because they have been removed from the team."