groups: adding persisted group state

This commit is contained in:
Hunter Miller 2021-10-12 15:12:22 -05:00
parent 7ca37027f2
commit 0233fdd397

View File

@ -31,7 +31,7 @@ const useGroupState = createState<GroupState>(
await api.poke(hideGroup(group));
}
}),
['groups'],
[],
[
(set, get) =>
createSubscription('group-store', '/groups', (e) => {