From ac2c91c50763876c2949d4a6b67e4300be826cc2 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Mon, 3 Jul 2017 09:01:14 -0400 Subject: Fix EnablChannelViewedMessages typo (#6822) * Update config.json * Update config.go * Update config.go * Update channel.go * Update post.go * Update diagnostics.go * Update config.go --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index 2424da69e..348467e98 100644 --- a/config/config.json +++ b/config/config.json @@ -45,7 +45,7 @@ "EnablePostSearch": true, "EnableUserTypingMessages": true, "EnableUserStatuses": true, - "EnablChannelViewedMessages": true, + "EnableChannelViewedMessages": true, "ClusterLogTimeoutMilliseconds": 2000 }, "ElasticSearchSettings": { @@ -287,4 +287,4 @@ "DataRetentionSettings": { "Enable": false } -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22