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 85 return useContext(TrendingContext) 86 86 } 87 87 88 - const DEFAULT_LIVE_ALLOWED_DOMAINS = ['twitch.tv', 'www.twitch.tv'] 88 + const DEFAULT_LIVE_ALLOWED_DOMAINS = [ 89 + 'twitch.tv', 90 + 'www.twitch.tv', 91 + 'stream.place', 92 + ] 89 93 export type LiveNowConfig = { 90 94 allowedDomains: Set<string> 91 95 }