add comment

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2018-01-17 18:10:19 +00:00
parent b90a98b5c1
commit 43bb8c561d

View File

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