Don't return error if already part of channel being joined (#2814)

Этот коммит содержится в:
Joram Wilander
2016-04-28 10:56:19 -04:00
коммит произвёл Christopher Speller
родитель 3dbb5ab4cc
Коммит 383cddd3d1
6 изменённых файлов: 32 добавлений и 10 удалений

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

@@ -2851,6 +2851,10 @@
"id": "store.sql_channel.get_for_export.app_error",
"translation": "We couldn't get all the channels"
},
{
"id": "store.sql_channel.get_member.missing.app_error",
"translation": "No channel member found for that user id and channel id"
},
{
"id": "store.sql_channel.get_member.app_error",
"translation": "We couldn't get the channel member"