Fix country mute/unmute message in channels

This commit is contained in:
sallbet 2023-08-11 15:22:07 +03:00
parent 76bb885d09
commit 1bb11d593e
Signed by: sallbet
GPG Key ID: 3C8A1BC17088B308

View File

@ -310,7 +310,7 @@ export class ChatProvider {
if (ret) {
this.broadcastChatMessage(
'info',
`Country ${cc} has been muted from en by ${initiator}`,
`Country ${cc} has been muted from this channel by ${initiator}`,
channelId,
this.infoUserId,
);
@ -332,7 +332,7 @@ export class ChatProvider {
}
this.broadcastChatMessage(
'info',
`Country ${cc} has been unmuted from en by ${initiator}`,
`Country ${cc} has been unmuted from this channel by ${initiator}`,
channelId,
this.infoUserId,
);