File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,14 @@ func (gc *GMClient) Connect(ctx context.Context) {
104
104
err := gc .Client .FetchConfig (ctx )
105
105
if err != nil {
106
106
zerolog .Ctx (ctx ).Err (err ).Msg ("Failed to fetch config" )
107
- gc .UserLogin .BridgeState .Send (status.BridgeState {
107
+ /* gc.UserLogin.BridgeState.Send(status.BridgeState{
108
108
StateEvent: status.StateUnknownError,
109
109
Error: GMConfigFetchFailed,
110
110
Info: map[string]any{
111
111
"go_error": err.Error(),
112
112
},
113
113
})
114
- return
114
+ return*/
115
115
} else if gc .Meta .Session .IsGoogleAccount () && gc .Client .Config .GetDeviceInfo ().GetEmail () == "" {
116
116
zerolog .Ctx (ctx ).Error ().Msg ("No email in config, invalidating session" )
117
117
go gc .invalidateSession (ctx , status.BridgeState {
You can’t perform that action at this time.
0 commit comments