Merge pull request 'Fix country mute/unmute message in channels' (#73) from sallbet/pixelplanet-fork:master into master

Reviewed-on: #73
This commit is contained in:
hf 2023-08-11 23:18:49 +00:00
commit f5ddcddd35

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,
);