Add "call.pro.element.io" in the list of known hosts for Element Call.
This commit is contained in:
parent
3824cf4e64
commit
761834dab2
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class CallIntentDataParser {
|
|||
private val validHttpSchemes = sequenceOf("https")
|
||||
private val knownHosts = sequenceOf(
|
||||
"call.element.io",
|
||||
"call.pro.element.io",
|
||||
)
|
||||
|
||||
fun parse(data: String?): String? {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue