MM-56513 Prevent deactivated users to be added as channel members (#25954)

* Prevent deactivated users to be added as channel members

* remove "deactivated" from error message
Этот коммит содержится в:
Elias Nahum
2024-02-06 09:34:19 +08:00
коммит произвёл GitHub
родитель 5c63bb7e0f
Коммит 9ff26f7b4f
3 изменённых файлов: 24 добавлений и 0 удалений

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

@@ -4854,6 +4854,10 @@
"id": "app.bot.permenent_delete.bad_id",
"translation": "Unable to delete the bot."
},
{
"id": "app.channel.add_member.deleted_user.app_error",
"translation": "Unable to add thr user as a member of the channel."
},
{
"id": "app.channel.analytics_type_count.app_error",
"translation": "Unable to get channel type counts."