From 91511281c55ac9b7d3d8ce21d409905c2aec1955 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Tue, 7 Jul 2015 13:10:11 -0700 Subject: 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 --- api/user.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api') 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 -- cgit v1.2.3-1-g7c22