mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:45:56 +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
17 lines
414 B
Markdown
17 lines
414 B
Markdown
---
|
|
title: talk-plugin-notifications-category-reply
|
|
permalink: /plugin/talk-plugin-notifications-category-reply/
|
|
layout: plugin
|
|
plugin:
|
|
name: talk-plugin-notifications-category-reply
|
|
default: true
|
|
depends:
|
|
- name: talk-plugin-notifications
|
|
provides:
|
|
- Server
|
|
- Client
|
|
---
|
|
|
|
Replies made to each user will trigger an email to be sent with the notification
|
|
details if enabled.
|