Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
119
fork

Configure Feed

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

at a876aae44ea07494ebea9727350aa060b81f317b 17 lines 446 B view raw
1import {useCallback} from 'react' 2 3export function useNotificationsRegistration() {} 4 5export function useRequestNotificationsPermission() { 6 return async ( 7 _context: 'StartOnboarding' | 'AfterOnboarding' | 'Login' | 'Home', 8 ) => {} 9} 10 11export function useGetAndRegisterPushToken() { 12 return useCallback(async ({}: {} = {}) => {}, []) 13} 14 15export async function decrementBadgeCount(_by: number) {} 16 17export async function resetBadgeCount() {}