ktlint
This commit is contained in:
parent
f96bea742e
commit
fbde8d7d18
|
@ -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_ID_ACCESS_TOKEN = "m.id_access_token"
|
||||||
private const val FEATURE_SEPARATE_ADD_AND_BIND = "m.separate_add_and_bind"
|
private const val FEATURE_SEPARATE_ADD_AND_BIND = "m.separate_add_and_bind"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return true if the SDK supports this homeserver version
|
* Return true if the SDK supports this homeserver version
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -32,4 +32,3 @@ data class WellKnownBaseConfig(
|
||||||
@Json(name = "base_url")
|
@Json(name = "base_url")
|
||||||
val baseURL: String? = null
|
val baseURL: String? = null
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue