mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
add comment
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b90a98b5c1
commit
43bb8c561d
@ -35,6 +35,7 @@ export default class RoomAccountSettingsHandler extends SettingsHandler {
|
|||||||
if (settingName === "roomColor") {
|
if (settingName === "roomColor") {
|
||||||
// The event content should already be in an appropriate format, we just need
|
// The event content should already be in an appropriate format, we just need
|
||||||
// to get the right value.
|
// to get the right value.
|
||||||
|
// don't fallback to {} because thats truthy and would imply there is an event specifying tint
|
||||||
return this._getSettings(roomId, "org.matrix.room.color_scheme");
|
return this._getSettings(roomId, "org.matrix.room.color_scheme");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user