Prevent users from using Element FOSS on homeservers that enforce the usage of Element Pro.

This commit is contained in:
Benoit Marty 2025-08-05 16:55:39 +02:00
parent bfdcc97985
commit 89ef890a7c
24 changed files with 556 additions and 36 deletions

View file

@ -69,6 +69,7 @@ const val A_REDACTION_REASON = "A redaction reason"
const val A_HOMESERVER_URL = "matrix.org"
const val A_HOMESERVER_URL_2 = "matrix-client.org"
const val AN_ACCOUNT_PROVIDER_URL = "https://account.provider.org"
const val AN_ACCOUNT_PROVIDER = "matrix.org"
const val AN_ACCOUNT_PROVIDER_2 = "element.io"
const val AN_ACCOUNT_PROVIDER_3 = "other.io"