Select the types of activity you want to include in your feed.
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}