MM-67279: Fix private channel enumeration via /mute slash command (#35099) (#35149)

Automatic Merge
Этот коммит содержится в:
Mattermost Build
2026-01-30 18:23:33 +02:00
коммит произвёл GitHub
родитель 452bad21e9
Коммит 83006ff8ca
3 изменённых файлов: 4 добавлений и 7 удалений

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

@@ -1241,10 +1241,6 @@
"id": "api.command_mute.no_channel.error",
"translation": "Could not find the specified channel. Please use the [channel handle](https://docs.mattermost.com/messaging/managing-channels.html#naming-a-channel) to identify channels."
},
{
"id": "api.command_mute.not_member.error",
"translation": "Could not mute channel {{.Channel}} as you are not a member."
},
{
"id": "api.command_mute.success_mute",
"translation": "You will not receive notifications for {{.Channel}} until channel mute is turned off."