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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user