tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
Remove now-playings cache update in Feed
tsiry-sandratraina.com
2 months ago
e4349b3c
d8c3b799
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
pages
home
feed
Feed.tsx
-1
apps/web/src/pages/home/feed/Feed.tsx
···
74
74
}
75
75
76
76
const message = JSON.parse(event.data);
77
77
-
queryClient.setQueryData(["now-playings"], [...message.nowPlayings]);
78
77
queryClient.setQueryData(["scrobblesChart"], message.scrobblesChart);
79
78
80
79
await queryClient.invalidateQueries({