Merge pull request #6118 from element-hq/feature/bma/revertElementProUrl

Revert "Add "call.pro.element.io" in the list of known hosts for Element Call."
This commit is contained in:
Benoit Marty 2026-01-30 15:43:27 +01:00 committed by GitHub
commit 7fe149bca2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,6 @@ class CallIntentDataParser {
private val validHttpSchemes = sequenceOf("https")
private val knownHosts = sequenceOf(
"call.element.io",
"call.pro.element.io",
)
fun parse(data: String?): String? {