mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Use intent and timeout for open in mobile app
This commit is contained in:
parent
bdcc626347
commit
a93ad97aa1
8 changed files with 142 additions and 17 deletions
|
@ -51,6 +51,24 @@ export interface ServerConfig {
|
|||
redirectOnSingleExternalAuth: boolean
|
||||
}
|
||||
}
|
||||
|
||||
openInApp: {
|
||||
android: {
|
||||
intent: {
|
||||
enabled: boolean
|
||||
host: string
|
||||
scheme: string
|
||||
fallbackUrl: string
|
||||
}
|
||||
}
|
||||
|
||||
ios: {
|
||||
enabled: boolean
|
||||
host: string
|
||||
scheme: string
|
||||
fallbackUrl: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
defaults: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue