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

Этот коммит содержится в:
Reed Garmsen
2015-07-07 13:10:11 -07:00
родитель 2be660f05d
Коммит 91511281c5
5 изменённых файлов: 94 добавлений и 22 удалений

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

@@ -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