Fix reading of cached room device setting values (#8491)
* Fix reading of cached room device setting values * Add tests
This commit is contained in:
committed by
GitHub
parent
3c36a7f704
commit
5cdc8fb3fd
@@ -69,7 +69,7 @@ export default class RoomDeviceSettingsHandler extends AbstractLocalStorageSetti
|
||||
}
|
||||
|
||||
private read(key: string): any {
|
||||
return this.getItem(key);
|
||||
return this.getObject(key);
|
||||
}
|
||||
|
||||
private getKey(settingName: string, roomId: string): string {
|
||||
|
||||
Reference in New Issue
Block a user