mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-25 22:10:10 +00:00
cd8db46aa7
* When refreshing the token, look up the user in a way that doesn't suffer from #1586 Expose a means of looking up a user by identity and server to avoid problems if the same user identity exists for multiple servers, which can happen when connecting to the same server via different hostnames. * Return undefined if the user doesn't exist rather than returning an object wrapping a null SyncUser.