Remove trailing space
parent
874b61e451
commit
9de8920869
|
@ -67,7 +67,7 @@ export default class RoomSettingsHandler extends MatrixClientBackedSettingsHandl
|
||||||
if (typeof(content['disable']) !== "boolean") return null;
|
if (typeof(content['disable']) !== "boolean") return null;
|
||||||
return !content['disable'];
|
return !content['disable'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (settingName === "notificationsEnabled") {
|
if (settingName === "notificationsEnabled") {
|
||||||
return this._getSettings(roomId, "m.notification.sound");
|
return this._getSettings(roomId, "m.notification.sound");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue