Features
- Pre-moderation of Commenters ๐
- Now Moderators can set a particular commenter to have their comments be pre-moderated
- This means those commenters will have their comments sent to the Pre-Mod queue and they will have to be manually approved by a moderator before they're published
- You can read more about it here: #2145
- Special thanks to @gerardogalvez for contributing this long-desired feature!
- Moderation Action Notifications ๐
- Enabling this plugin will notify commenters who opt-in to this notification type if their pre-mod or system withheld comments are subsequently approved, and therefore published; or rejected, and therefore not published
- You can turn on this plugin by enabling
talk-plugin-notification-category-moderation-actionsin yourserverandclientsettings in yourplugins.jsonconfig file - In your
.envfile you'll also need to addTALK_MODERATION_NOTIFICATION_TYPESwhich can be set asAPPROVED, REJECTEDto send notifications in both scenarios (or you can use one or the other) - You can read more about this and other plugins in our Plugin Directory and in the PR here: #2175
- Special thanks to @mkonikov for this awesome feature!
- Additional Replies Config ๐ข
- Allows the number of additional replies shown on expand replies action to be configurable
- Replaces the hardcoded more replies limit:
999999with the variable:ADDTL_REPLIES_ON_LOAD_MORE, that can be overridden with a new environment variable:TALK_ADDTL_REPLIES_ON_LOAD_MORE - More info here: #2203
- Special thanks to @dburke70 for contributing this!
Translations
- Talk is now available in Hebrew! ๐ฎ๐ฑ (thank you @mkonikov)
- Talk is now available in Montenegrin! ๐ฒ๐ช(thank you @ljubar)
- New translations added for Dutch! ๐ณ๐ฑ (thank you @bmcharek)
Plugins
- Configuration enhancements for the Toxic Comments Plugin ๐
- You can now select your Toxicity Model for the
talk-plugin-toxic-comments - This is set in your
.envfile by usingTALK_PERSPECTIVE_MODEL - The default is still
SEVERE TOXICITY - More info here: #2178
- You can now select your Toxicity Model for the
Documentation
- Added Native App support guide contributed by IGN ๐พ
- Added docs for
TALK_CONCURRENCYconfig - Added docs for Scaling and Infrastructure
- Added docs for CMS and Lazy Loading
Fixes & Enhancements
- Improve Asset Performance #2174
- Extend Snackbar timing so the message stays longer on the screen for better readability
- Missing Spanish translations added and typos fixed
- CSS bug fixes
- Fixed bug in
cli-setup
๐Thank you to our contributors @mkonikov, @gerardogalvez, @dburke70, @mazzi, @javierbarriosafonso, @StevenYuysy, @iign, @ljubar, @bmcharek ๐