This commit is contained in:
2025-07-23 12:00:33 -04:00
67 changed files with 431 additions and 2317 deletions

View File

@ -55,6 +55,10 @@ users will be able to add some customization on their channels, activate the mod
If you encounter any issue with this feature, you can disable it.
### {{% livechat_label enable_users_regexp %}}
{{% livechat_label enable_users_regexp_description %}}
## Chat behaviour
### {{% livechat_label room_type_label %}}

View File

@ -45,11 +45,11 @@ You can [open an issue](https://github.com/JohnXLivingston/peertube-plugin-livec
## {{% livechat_label livechat_configuration_channel_forbidden_words_regexp_label %}}
By checking this option, each line of the "{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression).
{{% notice warning %}}
This feature can be disabled by the instance's adminitrators.
{{% /notice %}}
Please note that not all regular expression are accepted.
Under the hood, we are using the [node-re2](https://github.com/uhop/node-re2) library.
Please check [node-re2](https://github.com/uhop/node-re2) and [RE2 documentation](https://github.com/google/re2/wiki/Syntax) for more information about the accepted syntax and the limitations.
By checking this option, each line of the "{{% livechat_label livechat_configuration_channel_forbidden_words_label %}}" field will be considered as a [regular expression](https://en.wikipedia.org/wiki/Regular_expression).
## {{% livechat_label livechat_configuration_applytomoderators_label %}}