WIP all new roomsettings
This commit is contained in:
parent
bd226609d0
commit
c9c496f0e5
7 changed files with 161 additions and 67 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