diff options
author | Corey Hulen <corey@hulen.com> | 2015-09-24 12:30:18 -0700 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-09-24 12:30:18 -0700 |
commit | 6a4a73c2d37aa147e0aa2e157ca78ed275ef822b (patch) | |
tree | b961f87c1bd9a2428eaee8b5ebd8c9fd1baf0fcc /model/user.go | |
parent | caa157a3774ee86f0e7003ef4debc49bd88cb9f0 (diff) | |
parent | 8ad9a88bda0b6dc3f24945efdbe8b3aa4dcc4360 (diff) | |
download | chat-6a4a73c2d37aa147e0aa2e157ca78ed275ef822b.tar.gz chat-6a4a73c2d37aa147e0aa2e157ca78ed275ef822b.tar.bz2 chat-6a4a73c2d37aa147e0aa2e157ca78ed275ef822b.zip |
Merge pull request #787 from mattermost/PLT-30
PLT-30 Removing old valet crud
Diffstat (limited to 'model/user.go')
-rw-r--r-- | model/user.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/model/user.go b/model/user.go index 3a2c9d56c..5cb774478 100644 --- a/model/user.go +++ b/model/user.go @@ -23,7 +23,6 @@ const ( USER_NOTIFY_ALL = "all" USER_NOTIFY_MENTION = "mention" USER_NOTIFY_NONE = "none" - BOT_USERNAME = "valet" ) type User struct { |