This commit is contained in:
Benoit Marty 2019-11-26 18:04:42 +01:00
parent f96bea742e
commit fbde8d7d18
2 changed files with 0 additions and 2 deletions

View File

@ -61,7 +61,6 @@ private const val FEATURE_REQUIRE_IDENTITY_SERVER = "m.require_identity_server"
private const val FEATURE_ID_ACCESS_TOKEN = "m.id_access_token"
private const val FEATURE_SEPARATE_ADD_AND_BIND = "m.separate_add_and_bind"
/**
* Return true if the SDK supports this homeserver version
*/

View File

@ -32,4 +32,3 @@ data class WellKnownBaseConfig(
@Json(name = "base_url")
val baseURL: String? = null
)