From e1e2566c67625a15dd625c43169fd6dabff4d6a4 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 14 Aug 2017 21:20:03 -0400 Subject: PLT-7375: Email batching not on by default for accounts that have never touched their email settings (#7206) * PLT-7375: Send batched emails if batching is enabled and user has not explicitly set their email interval preference * PLT-7375: Reverting 4cf316fcd * PLT-7375: Send batched emails if batching is enabled and user has not explicitly set their email interval preference * PLT-7375: EnableEmailBatching was accidentally flipped to true in 10dcdeca4b, causing config_test.go::TestConfigFromEnviroVars to fail * PLT-7375: EnableEmailBatching was accidentally flipped to true in 10dcdeca4b, causing config_test.go::TestConfigFromEnviroVars to fail * PLT-7375: Reverted accidental changes to config * PLT-7375: Manually fixing config. --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index 23d1d2ec0..0619e3500 100644 --- a/config/config.json +++ b/config/config.json @@ -307,4 +307,4 @@ "PluginSettings": { "Plugins": {} } -} +} \ No newline at end of file -- cgit v1.2.3-1-g7c22