Merge pull request #5451 from element-hq/feature/bma/spaceAnnoucement

Space annoucement
This commit is contained in:
Benoit Marty 2025-10-03 16:48:49 +02:00 committed by GitHub
commit 97ae89ed96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 945 additions and 13 deletions

View file

@ -26,6 +26,7 @@ const val A_PASSWORD = "password"
const val A_PASSPHRASE = "passphrase"
const val A_SECRET = "secret"
const val AN_APPLICATION_NAME = "AppName"
const val AN_APPLICATION_NAME_DESKTOP = "AppNameDesktop"
val A_USER_ID = UserId("@alice:server.org")
val A_USER_ID_2 = UserId("@bob:server.org")