fix: keep caching users in localstorage until fully migrating to indexed db
This commit is contained in:
@ -75,6 +75,7 @@ const UsersSlice = createSlice({
|
||||
nip05: x.nip05,
|
||||
picture: x.picture,
|
||||
})
|
||||
window.localStorage.setItem(`user:${x.pubkey}`, JSON.stringify(x));
|
||||
|
||||
state.users = {
|
||||
...state.users
|
||||
|
Reference in New Issue
Block a user