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

This reverts commit 761834dab2.
This commit is contained in:
Benoit Marty 2026-01-30 15:05:59 +01:00
parent f4a9900a0d
commit 18f07383a3

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