summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-10-05 08:46:23 -0400
committerJoramWilander <jwawilander@gmail.com>2015-10-05 08:46:23 -0400
commit2a23d90ca6528ffaaf38365d549682de0613e922 (patch)
tree593cfe75817e7dbadc2183b969417ca5ee7408c2 /model/config.go
parent11903a38341eb55bb4c6f26ea141eccb90beabe2 (diff)
downloadchat-2a23d90ca6528ffaaf38365d549682de0613e922.tar.gz
chat-2a23d90ca6528ffaaf38365d549682de0613e922.tar.bz2
chat-2a23d90ca6528ffaaf38365d549682de0613e922.zip
Add config options for overriding username and icon, and add BOT indicator next to webhook posts.
Diffstat (limited to 'model/config.go')
-rw-r--r--model/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/model/config.go b/model/config.go
index 5d822e263..e3904cc49 100644
--- a/model/config.go
+++ b/model/config.go
@@ -29,6 +29,8 @@ type ServiceSettings struct {
GoogleDeveloperKey string
EnableOAuthServiceProvider bool
EnableIncomingWebhooks bool
+ EnablePostUsernameOverride bool
+ EnablePostIconOverride bool
EnableTesting bool
}