Remove trailing space
This commit is contained in:
parent
874b61e451
commit
9de8920869
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue