Bluesky app fork with some witchin' additions 💫

Add fishing minigame (#9713)

authored by samuel.fm and committed by

GitHub fbd1138d 9c563f2a

+5 -1
+5 -1
src/state/service-config.tsx
··· 85 return useContext(TrendingContext) 86 } 87 88 - const DEFAULT_LIVE_ALLOWED_DOMAINS = ['twitch.tv', 'www.twitch.tv'] 89 export type LiveNowConfig = { 90 allowedDomains: Set<string> 91 }
··· 85 return useContext(TrendingContext) 86 } 87 88 + const DEFAULT_LIVE_ALLOWED_DOMAINS = [ 89 + 'twitch.tv', 90 + 'www.twitch.tv', 91 + 'stream.place', 92 + ] 93 export type LiveNowConfig = { 94 allowedDomains: Set<string> 95 }