You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the loop is due to the userHasCrossSigningKeys() that is called as part of DeviceListener#doRecheck().
The userHasCrossSigningKeys() is forcing a keys/query that will emit a CryptoEvent.UserTrustStatusChanged,
and DeviceListener will trigger a doRecheck on that event
It seems to be continually calling
/keys/query
for itselfThe text was updated successfully, but these errors were encountered: