Enable checking bugle default on gaia pairing

This commit is contained in:
Tulir Asokan 2024-04-03 15:58:31 +03:00
parent 4add3fb896
commit fab55c21b9

View file

@ -189,10 +189,6 @@ func (c *Client) postConnect() {
return
}
c.Logger.Debug().Msg("Sent set active session/get updates request")
if c.AuthData.Mobile.Network != util.QRNetwork {
// Don't check bugle default unless using bugle
return
}
doneChan := make(chan struct{})
go func() {