This commit is contained in:
Benoit Marty 2020-06-22 21:03:52 +02:00
parent f984cff5b4
commit 050530a991
3 changed files with 0 additions and 3 deletions

View File

@ -60,7 +60,6 @@ class WellKnown {
@Json(name = "m.identity_server")
var identityServer: WellKnownBaseConfig? = null
@JvmField
@Json(name = "m.integrations")
var integrations: Map<String, *>? = null

View File

@ -37,4 +37,3 @@ class WellKnownBaseConfig {
@Json(name = "base_url")
var baseURL: String? = null
}

View File

@ -37,4 +37,3 @@ class WellKnownPreferredConfig {
@Json(name = "preferredDomain")
var preferredDomain: String? = null
}