MM-31713 Server/API: GetUserThread method (#16659)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Eli Yukelzon
2021-01-28 18:07:39 +02:00
коммит произвёл GitHub
родитель c14194d78b
Коммит 77da23e84b
14 изменённых файлов: 266 добавлений и 0 удалений

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

@@ -5626,6 +5626,10 @@
"id": "app.user.get_threads_for_user.app_error",
"translation": "Unable to get user threads"
},
{
"id": "app.user.get_threads_for_user.not_found",
"translation": "User thread doesn't exist or is not followed"
},
{
"id": "app.user.get_total_users_count.app_error",
"translation": "We could not count the users."