mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
ktlint
This commit is contained in:
parent
f96bea742e
commit
fbde8d7d18
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -32,4 +32,3 @@ data class WellKnownBaseConfig(
|
|||
@Json(name = "base_url")
|
||||
val baseURL: String? = null
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue