mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Our code should probably compile...
This commit is contained in:
parent
5af6d979c2
commit
9d0d1d3b36
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ export default class RoomAccountSettingsHandler extends MatrixClientBackedSettin
|
||||||
|
|
||||||
// Special case allowed widgets
|
// Special case allowed widgets
|
||||||
if (settingName === "allowedWidgets") {
|
if (settingName === "allowedWidgets") {
|
||||||
return return MatrixClientPeg.get().setRoomAccountData(roomId, ALLOWED_WIDGETS_EVENT_TYPE, newValue);
|
return MatrixClientPeg.get().setRoomAccountData(roomId, ALLOWED_WIDGETS_EVENT_TYPE, newValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
const content = this._getSettings(roomId) || {};
|
const content = this._getSettings(roomId) || {};
|
||||||
|
|
Loading…
Reference in a new issue