Add "call.pro.element.io" in the list of known hosts for Element Call.

This commit is contained in:
Benoit Marty
2026-01-29 16:13:33 +01:00
parent 3d75b92ec3
commit 5cd76a4646

View File

@@ -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? {