[MM-11593] Prevent user to remove from a direct channel (#9251)

* prevent user to remove from a direct channel

* only allow removing of a member in private or public channel
Этот коммит содержится в:
Saturnino Abril
2018-08-21 20:53:32 +08:00
коммит произвёл GitHub
родитель cea1796f06
Коммит f16687f83c
3 изменённых файлов: 33 добавлений и 0 удалений

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

@@ -231,6 +231,10 @@
"id": "api.channel.remove.default.app_error",
"translation": "Cannot remove user from the default channel {{.Channel}}"
},
{
"id": "api.channel.remove_channel_member.type.app_error",
"translation": "Cannot remove user from a channel."
},
{
"id": "api.channel.remove_member.removed",
"translation": "%v removed from the channel."