Remove trailing space

pull/21833/head
Will Hunt 2019-04-22 23:04:03 +01:00
parent 874b61e451
commit 9de8920869
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}