s/m.room.color_scheme/org.matrix.room.color_scheme/g # to make kegan happier
This commit is contained in:
parent
4f14ead741
commit
3934b42ac8
4 changed files with 6 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue