Fix typo.

This commit is contained in:
John Livingston 2024-09-03 14:16:03 +02:00
parent 8a1948520d
commit 8e0f239993
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@
With the new [mod_firewall](https://livingston.frama.io/peertube-plugin-livechat/documentation/admin/mod_firewall/) feature, Peertube admins can write firewall rules for the Prosody server. These rules could be used to run arbitrary code on the server. If you are a hosting provider, and you don't want to allow Peertube admins to write such rules, you can disable the online editing by creating a `disable_mod_firewall_editing` file in the plugin directory. Check the documentation for more information. This is opt-out, as Peertube admins can already run arbitrary code just by installing any plugin. With the new [mod_firewall](https://livingston.frama.io/peertube-plugin-livechat/documentation/admin/mod_firewall/) feature, Peertube admins can write firewall rules for the Prosody server. These rules could be used to run arbitrary code on the server. If you are a hosting provider, and you don't want to allow Peertube admins to write such rules, you can disable the online editing by creating a `disable_mod_firewall_editing` file in the plugin directory. Check the documentation for more information. This is opt-out, as Peertube admins can already run arbitrary code just by installing any plugin.
The cyberpunk theme was removed from ConverseJS. If you had it set in the plugin settings, it will fallback to the Peertube theme. The concord theme was removed from ConverseJS. If you had it set in the plugin settings, it will fallback to the Peertube theme.
### New features ### New features
* Updating ConverseJS, to use upstream (v11 WIP). This comes with many improvments and new features. * Updating ConverseJS, to use upstream (v11 WIP). This comes with many improvements and new features.
* #146: copy message button for moderators. * #146: copy message button for moderators.
* #137: option to hide moderator name who made actions (kick, ban, message moderation, ...). * #137: option to hide moderator name who made actions (kick, ban, message moderation, ...).
* #144: [moderator notes](https://livingston.frama.io/peertube-plugin-livechat/documentation/user/streamers/moderation_notes/). * #144: [moderator notes](https://livingston.frama.io/peertube-plugin-livechat/documentation/user/streamers/moderation_notes/).
@ -27,7 +27,7 @@ The cyberpunk theme was removed from ConverseJS. If you had it set in the plugin
* Fix new task ordering. * Fix new task ordering.
* Fix: clicking on the current user nickname in message history was failing to open the profile modal. * Fix: clicking on the current user nickname in message history was failing to open the profile modal.
* Fix: increase chat height on small screens, try to better detect the device viewport size and orientation. * Fix: increase chat height on small screens, try to better detect the device viewport size and orientation.
* Converse theme: removed concord, added cyberpunk * Converse theme: removed concord, added cyberpunk.
* Fixed Converse theme settings localization. * Fixed Converse theme settings localization.
* Fix: improved minimum chat width. * Fix: improved minimum chat width.