Features
- Introducing Your Reactions & Replies! 🎉 We now show how many reactions and replies all of your comments have received via the My Profile page
- Better handling of Pre-Mod comments and New comments - the Pre-Mod queue appears whenever there are pre-moderated comments for any reason and disappears again once they've been moderated
Recipes & Plugins
- Introducing the Subscriber Badge recipe (coralproject/talk-recipes#3) - a simple way to connect your newsroom database to Talk to show a badge for commenters when they are also subscribers
- Ignore User is now a plugin (
talk-plugin-ignore-user) and is available by default alongside Member Since (talk-plugin-member-since), which are relocated to the brand new Author Menu - Author Menu has 2 new plugin slots:
authorMenuInfosandauthorMenuActions - We also have another new plugin slot created for tags on the Author Name,
commentAuthorTags, which enables new tags and badges to be created there
Dev Support
- When a CLI command is incorrectly entered, the application will not crash with a reference error
- Closest match commands will be suggested when the correct CLI command wasn't found
- Replaces the
node_redislibrary withioredisfor its clustering and promise support
Fixes & Optimizations
- Fix bug when determining moderation queues for updates
- Fix issue where replies weren't auto-updating when viewing a Sorted Stream
- Fix issue that was limiting TLD for email verification to only 4 characters
- Fix issue that would cause constant pinging of Auth API if sitting on Talk while logged out
- Fix ignored users' comments showing in Featured Comments
- Fix replies of ignored users still showing without being tombstoned
- "Edit" button now disappears once the comment editing timeframe has run out
- Added tests and optimized queries