s/m.room.color_scheme/org.matrix.room.color_scheme/g # to make kegan happier

This commit is contained in:
Matthew Hodgson 2016-01-13 13:01:00 +00:00
parent 4f14ead741
commit 3934b42ac8
4 changed files with 6 additions and 6 deletions

View file

@ -360,7 +360,7 @@ module.exports = React.createClass({
var theAlias = MatrixTools.getCanonicalAliasForRoom(room);
if (theAlias) presentedId = theAlias;
var color_scheme_event = room.getAccountData("m.room.color_scheme");
var color_scheme_event = room.getAccountData("org.matrix.room.color_scheme");
var color_scheme = {};
if (color_scheme_event) {
color_scheme = color_scheme_event.getContent();