diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a460cff..39f1ca7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 10.2.0 (Not Released Yet) + +### New features + +* #233: new option to [mute anonymous users](https://livingston.frama.io/peertube-plugin-livechat/fr/documentation/user/streamers/moderation/). + ## 10.1.2 * Fix: clicking on the import custom emojis button, without selected any file, was resulting in a state with all action button disabled. diff --git a/client/@types/global.d.ts b/client/@types/global.d.ts index 1f15b839..d398383c 100644 --- a/client/@types/global.d.ts +++ b/client/@types/global.d.ts @@ -81,6 +81,8 @@ declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_QUOTE_DELAY_DESC: string declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BANNED_JIDS_LABEL: string declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BOT_NICKNAME: string declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FOR_MORE_INFO: string +declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_MUTE_ANONYMOUS_LABEL: string +declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_MUTE_ANONYMOUS_DESC: string declare const LOC_VALIDATION_ERROR: string declare const LOC_TOO_MANY_ENTRIES: string diff --git a/client/common/configuration/elements/templates/channel-configuration.ts b/client/common/configuration/elements/templates/channel-configuration.ts index fc20983d..9459e0fc 100644 --- a/client/common/configuration/elements/templates/channel-configuration.ts +++ b/client/common/configuration/elements/templates/channel-configuration.ts @@ -127,6 +127,33 @@ export function tplChannelConfiguration (el: ChannelConfigurationElement): Templ