Remove left panel widgets (#8044)

They aren't practically used, and are difficult to set up in the first place (requires server-managed account or devtools).
This commit is contained in:
Travis Ralston 2022-03-14 19:39:35 -06:00 committed by GitHub
parent 8d13e238b9
commit 813a60a7f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 296 deletions

View file

@ -882,10 +882,6 @@ export const SETTINGS: {[setting: string]: ISetting} = {
supportedLevels: LEVELS_ROOM_OR_ACCOUNT,
default: {},
},
"Widgets.leftPanel": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
default: null,
},
"Spaces.allRoomsInHome": {
displayName: _td("Show all rooms in Home"),
description: _td("All rooms you're in will appear in Home."),