Don't allow users to be added to a channel they are not in the team of (#3246)

Этот коммит содержится в:
Joram Wilander
2016-06-04 10:52:25 -04:00
родитель 8d09c58b4d
Коммит 971149d2b2
6 изменённых файлов: 32 добавлений и 8 удалений

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

@@ -3491,6 +3491,10 @@
"id": "store.sql_team.get_by_name.app_error",
"translation": "We couldn't find the existing team"
},
{
"id": "store.sql_team.get_member.missing.app_error",
"translation": "No team member found for that user id and team id"
},
{
"id": "store.sql_team.get_member.app_error",
"translation": "We couldn't get the team member"