mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 05:18:32 +08:00
86c36f7d39
- filtering for confirmed emails - fixes to logger to expose logger controls - refactored graphql calls in other notification plugins
9 lines
268 B
JavaScript
9 lines
268 B
JavaScript
module.exports = {
|
|
UNSUBSCRIBE_SUBJECT: 'nunsub',
|
|
|
|
// TODO: replace this with a config option in the plugin config when we get there..
|
|
DISABLE_REQUIRE_EMAIL_VERIFICATIONS:
|
|
process.env.TALK_DISABLE_REQUIRE_EMAIL_VERIFICATIONS_NOTIFICATIONS ===
|
|
'TRUE',
|
|
};
|