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