diff --git a/features/login/impl/src/main/kotlin/io/element/android/features/login/impl/resolver/network/ElementWellKnown.kt b/features/login/impl/src/main/kotlin/io/element/android/features/login/impl/resolver/network/ElementWellKnown.kt index 72c4b2e19b..4f0073455a 100644 --- a/features/login/impl/src/main/kotlin/io/element/android/features/login/impl/resolver/network/ElementWellKnown.kt +++ b/features/login/impl/src/main/kotlin/io/element/android/features/login/impl/resolver/network/ElementWellKnown.kt @@ -23,7 +23,6 @@ import kotlinx.serialization.Serializable data class ElementWellKnown( @SerialName("registration_helper_url") val registrationHelperUrl: String? = null, - @SerialName("enforce_element_pro") val enforceElementPro: Boolean? = null, )