mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 04:41:37 +03:00
groups: adding persisted group state
This commit is contained in:
parent
7ca37027f2
commit
0233fdd397
@ -31,7 +31,7 @@ const useGroupState = createState<GroupState>(
|
|||||||
await api.poke(hideGroup(group));
|
await api.poke(hideGroup(group));
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
['groups'],
|
[],
|
||||||
[
|
[
|
||||||
(set, get) =>
|
(set, get) =>
|
||||||
createSubscription('group-store', '/groups', (e) => {
|
createSubscription('group-store', '/groups', (e) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user