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
user [nfc]: Expose UserStoreImpl.userMapFromInitialSnapshot
We'll need to pass RealmStoreImpl some details of the self-user, in
order to correctly interpret (for #814) the permissions that live
on RealmStore.
But because UserStore already depends on RealmStore, we don't want
to introduce a dependency in RealmStoreImpl on UserStore as a whole.
So separate out the step that processes the user lists, and do that
step in advance before constructing RealmStoreImpl.
0 commit comments