From 54e6439e034b80d926a0021eb47c45b2ad9cecd3 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 30 Jan 2026 15:05:59 +0100 Subject: [PATCH] Revert "Add "call.pro.element.io" in the list of known hosts for Element Call." This reverts commit 5cd76a4646647fe4d14ea630c68beae2d71fb955. --- .../android/features/call/impl/utils/CallIntentDataParser.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/CallIntentDataParser.kt b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/CallIntentDataParser.kt index 0fa515742f..f5433c15a0 100644 --- a/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/CallIntentDataParser.kt +++ b/features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/CallIntentDataParser.kt @@ -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? {