Plugins
- Introducing Featured Comments! 🌟
- You can now feature comments via
talk-plugin-featured-comments - Moderators can pick comments (including replies) to feature using the Star button on the stream
- Featured Comments can be set as the default first stream tab by setting
TALK_DEFAULT_STREAM_TAB=talk-plugin-featured-commentsas an ENV variable - A tool tip explains to your readers how comments get featured, so the process is transparent
- Reaction slots are also supported in Featured Comments, meaning you can now include plugins within plugins!
- Also, ignored users are still ignored in Featured Comments
- We removed the Like button from Talk's default plugins; instead by default Talk ships with only the Respect button enabled, as recommended in a study from the Engaging News Project; (you can still enable reaction plugins such as Like or Love by including them in your
plugins.jsonfile)
Features
- You can now change the way Suspect Words are dealt with by the system; if you include
TALK_DISABLE_AUTOFLAG_SUSPECT_WORDS = TRUEin your env, Suspect Words won't be flagged automatically and instead are just highlighted
Documentation
- Added docs on how to setup and run Talk using microservices
Fixes
- Rewrote the auth popup functionality to be more stable
- Fix long story titles breaking the Story Search dropdown