re-enable thredded emails

This commit is contained in:
Andrew Brown 2018-01-20 09:14:44 -06:00
parent e67688f6b3
commit fc87169ecc

View File

@ -152,7 +152,7 @@ Thredded.layout = 'layouts/forum'
# Thredded.notifiers = [Thredded::EmailNotifier.new]
#
# none:
Thredded.notifiers = []
#Thredded.notifiers = []
#
# add in (must install separate gem (under development) as well):
# Thredded.notifiers = [Thredded::EmailNotifier.new, Thredded::PushoverNotifier.new(ENV['PUSHOVER_APP_ID'])]