Add a way to override default homeserver.

This commit is contained in:
Benoit Marty
2025-02-20 17:10:43 +01:00
committed by Benoit Marty
parent c9890d3073
commit 05f61b8779
14 changed files with 145 additions and 121 deletions

View File

@@ -10,11 +10,6 @@ package io.element.android.appconfig
object AuthenticationConfig {
const val MATRIX_ORG_URL = "https://matrix.org"
/**
* Default homeserver url to sign in with, unless the user selects a different one.
*/
const val DEFAULT_HOMESERVER_URL = MATRIX_ORG_URL
/**
* URL with some docs that explain what's sliding sync and how to add it to your home server.
*/