Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

at main 7 lines 212 B view raw
1/** 2 * Native no-op. Emoji data preloading is only needed on web where the picker 3 * uses `emoji-mart`. 4 */ 5export function useWebPreloadEmoji({}: {immediate?: boolean} = {}) { 6 return () => Promise.resolve() 7}