frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: formatting

serenity 4d21ceaf 1f32f702

-1
-1
src/providers/authed/ChannelsProvider.tsx
··· 67 67 // TODO: move this to own query hook 68 68 const channelsQueries = useQueries({ 69 69 queries: memberships.map((membershipObjects) => { 70 - 71 70 return { 72 71 enabled: !membershipsInitialising, 73 72 queryKey: ["channel", membershipObjects.membership.channel.uri],