mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 14:40:52 +08:00
1c2ff7d2ae
* Update default plugins * Update plugin docs with missing plugin * Fixed broken link in docs * Update Code of Conduct in docs * Fix mixup that both plugins are moderation-actions * fix: adapt server tests to use the rich text plugin * fix: e2e * fix: sync docs
19 lines
653 B
Markdown
19 lines
653 B
Markdown
---
|
|
title: talk-plugin-notifications-category-moderation-actions
|
|
permalink: /plugin/talk-plugin-notifications-category-moderation-actions/
|
|
layout: plugin
|
|
plugin:
|
|
name: talk-plugin-notifications-moderation-actions
|
|
default: true
|
|
depends:
|
|
- name: talk-plugin-notifications
|
|
provides:
|
|
- Server
|
|
- Client
|
|
---
|
|
|
|
When a comment that is initially withheld from publication and is then approved or rejected, the user will receive a notification email.
|
|
|
|
Configuration:
|
|
`TALK_MODERATION_NOTIFICATION_TYPES`. This plugin requires values to be set. Available options: `APPROVED`, `REJECTED` as a single string (comma separated).
|