mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 05:02:23 +08:00
title, permalink, layout, plugin
| title | permalink | layout | plugin | ||||||
|---|---|---|---|---|---|---|---|---|---|
| talk-plugin-notifications | /plugin/talk-plugin-notifications/ | plugin |
|
Enables the Notification system for sending out enabled email notifications to
users when they interact with Talk. By itself, this plugin will not send
anything. You need to enable one of the talk-plugin-notifications-category-* plugins.
Configuration:
TALK_DISABLE_REQUIRE_EMAIL_VERIFICATIONS_NOTIFICATIONS- WhenTRUE, it will disable the verification email check before sending notifications for those emails. Note that organizations implementing a custom authentication system must disable this feature, as they don't use our integrated auth. (DefaultFALSE).TALK_CLIENT_FORCE_NOTIFICATION_SETTINGS- WhenTRUE, the settings pane for notifications will show always, even if the user does not have alocalprofile. (DefaultFALSE).
You can enable other notification options by adding more
talk-plugin-notification-* plugins!