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
Этот коммит содержится в:
Jason Blais
2017-07-03 09:01:14 -04:00
коммит произвёл Joram Wilander
родитель a6e9a7a38f
Коммит ac2c91c507
6 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@@ -45,7 +45,7 @@
"EnablePostSearch": true,
"EnableUserTypingMessages": true,
"EnableUserStatuses": true,
"EnablChannelViewedMessages": true,
"EnableChannelViewedMessages": true,
"ClusterLogTimeoutMilliseconds": 2000
},
"ElasticSearchSettings": {
@@ -287,4 +287,4 @@
"DataRetentionSettings": {
"Enable": false
}
}
}