fix: login via matrix id should not change the homeserver (MESSENGER-8170)

This commit is contained in:
Frank Rotermund
2026-03-05 07:35:35 +01:00
parent 0d4101398c
commit 47530b2f19
5 changed files with 37 additions and 25 deletions

View File

@@ -724,4 +724,7 @@ class BWIBuildSettings: NSObject {
// MARK: Enable Room Retention
var enableRoomRetention = false
// MARK: homeserver selection via full qualified matrix id
var allowMatrixIDForHomeserverSelection = false
}