Expand allowed "live now" platforms (#10633)
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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>) {
|
||||||
|
|||||||
Reference in New Issue
Block a user