Bluesky app fork with some witchin' additions 💫

Enable Bluecast for Live Now (#9737)

authored by

Eric Bailey and committed by
GitHub
97083bb5 df89b79c

+4
+2
src/components/live/utils.ts
··· 49 49 'www.espn.com': 'ESPN', 50 50 'stream.place': 'Streamplace', 51 51 'skylight.social': 'Skylight', 52 + 'bluecast.app': 'Bluecast', 53 + 'www.bluecast.app': 'Bluecast', 52 54 } 53 55 54 56 export function getLiveServiceNames(domains: Set<string>) {
+2
src/state/service-config.tsx
··· 85 85 'twitch.tv', 86 86 'www.twitch.tv', 87 87 'stream.place', 88 + 'bluecast.app', 89 + 'www.bluecast.app', 88 90 ] 89 91 export type LiveNowConfig = { 90 92 allowedDomains: Set<string>