v1.16.0
Richer, actionable webhook notifications for Slack & Discord.
Highlights
- Discord embeds. Comment notifications are now rich embeds — commenter (with avatar when available), the post title linked to the page, an event-colored accent (new = blurple, approved = green, spam/deleted = red, edited = grey), and a Links field.
- Clickable links on both adapters. Discord and Slack notifications now carry 🔍 Open in admin (jump to the moderation detail page) and 🌐 View page.
Notes for operators
- Admin links are built from
PUBLIC_BASE_URL(already a documented var — no new config required). If it's unset, the admin link is simply omitted and the notification still sends; posts with no/invalid URL omit the page link. - Navigation only — no moderation-from-Discord, by design.
- Security: comment-body injection is neutralized server-side — masked links (
[x](url)) are escaped,@everyone/role mentions are defused, and every clickable URL is server-generated or scheme-validated tohttp(s)only.
No migrations, no new secrets. Drop-in upgrade.
Full Changelog: v1.15.0...v1.16.0