summaryrefslogtreecommitdiffstats
path: root/api/user.go
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-07 13:10:11 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-07-07 13:10:11 -0700
commit91511281c55ac9b7d3d8ce21d409905c2aec1955 (patch)
treeeadf0141fa525d71234a94ae445cc2cf619c3437 /api/user.go
parent2be660f05dc895cb0378b06891a7e775fe4a44d9 (diff)
downloadchat-91511281c55ac9b7d3d8ce21d409905c2aec1955.tar.gz
chat-91511281c55ac9b7d3d8ce21d409905c2aec1955.tar.bz2
chat-91511281c55ac9b7d3d8ce21d409905c2aec1955.zip
Changed loading logic for retrieving more channels to allow for loading animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load
Diffstat (limited to 'api/user.go')
-rw-r--r--api/user.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/user.go b/api/user.go
index ada781bc7..6528c0f61 100644
--- a/api/user.go
+++ b/api/user.go
@@ -135,6 +135,8 @@ func createUser(c *Context, w http.ResponseWriter, r *http.Request) {
user.EmailVerified = true
}
+ user.EmailVerified = true;
+
ruser := CreateUser(c, team, user)
if c.Err != nil {
return