Default useOnlyCurrentProfiles to true (#32524)

* Default useOnlyCurrentProfiles to true

As per comment, start by setting this to true by default with intention to remove.

* Update screenshots

* Snapshot
This commit is contained in:
David Baker 2026-02-17 12:06:32 +00:00 committed by GitHub
parent d6484a28c8
commit 2d88cb451f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB

After

Width:  |  Height:  |  Size: 263 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -540,10 +540,13 @@ export const SETTINGS: Settings = {
supportedLevelsAreOrdered: true,
default: false,
},
// Defaulted to true Feb 26, intention is to remove entirely, all being well,
// as this fixes bugs where display name / avatar are missing and also makes
// Element Web consistent with Element X.
"useOnlyCurrentProfiles": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td("settings|disable_historical_profile"),
default: false,
default: true,
},
"mjolnirRooms": {
supportedLevels: [SettingLevel.ACCOUNT],

View File

@ -1369,6 +1369,7 @@ exports[`PreferencesUserSettingsTab should render 1`] = `
class="_container_udcm8_10"
>
<input
checked=""
class="_input_udcm8_24"
disabled=""
id="mx_SettingsFlag_cmt3PZSyNp3v"