grid: optimistic notification opening

This commit is contained in:
Liam Fitzgerald 2021-09-22 14:10:11 +10:00
parent 24b713a1ea
commit 50061a72b1

View File

@ -87,6 +87,8 @@ export const useHarkStore = createState<HarkState>(
await api.poke(archive(bin, lid));
},
opened: async () => {
reduceHark({ opened: null });
await api.poke(opened);
},
getMore: async () => {