Expand allowed "live now" platforms (#10633)

This commit is contained in:
Eric Bailey
2026-05-27 14:42:01 -05:00
committed by GitHub
parent e8f61ac3da
commit 13f494502d
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -37,6 +37,9 @@ export const DEFAULT_ALLOWED_DOMAINS = [
'twitch.tv', 'twitch.tv',
'stream.place', 'stream.place',
'bluecast.app', 'bluecast.app',
'youtube.com',
'substack.com',
'beehiiv.com',
] ]
const DEFAULT_STATE = { const DEFAULT_STATE = {
+2
View File
@@ -33,6 +33,8 @@ const serviceUrlToNameMap: Record<string, string> = {
'stream.place': 'Streamplace', 'stream.place': 'Streamplace',
'skylight.social': 'Skylight', 'skylight.social': 'Skylight',
'bluecast.app': 'Bluecast', 'bluecast.app': 'Bluecast',
'substack.com': 'Substack',
'beehiiv.com': 'Beehiiv',
} }
export function getLiveServiceNames(domains: Set<string>) { export function getLiveServiceNames(domains: Set<string>) {