send websocket event when users are activated / deactivated (#8500)

Этот коммит содержится в:
Chris
2018-03-23 15:04:22 -05:00
коммит произвёл GitHub
родитель a8e0fc6c5d
Коммит 2bf2b5b851

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

@@ -940,6 +940,8 @@ func (a *App) UpdateActive(user *model.User, active bool) (*model.User, *model.A
}
}
a.sendUpdatedUserEvent(*ruser, false)
return ruser, nil
}
}