Oh right, can't change these
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
cb033bcadd
commit
1aa3085958
2 changed files with 3 additions and 3 deletions
|
@ -693,7 +693,7 @@ module.exports = React.createClass({
|
|||
onRoomAccountData: function(event, room) {
|
||||
if (room.roomId == this.state.roomId) {
|
||||
const type = event.getType();
|
||||
if (type === "org.matrix.room.colorScheme") {
|
||||
if (type === "org.matrix.room.color_scheme") {
|
||||
const colorScheme = event.getContent();
|
||||
// XXX: we should validate the event
|
||||
console.log("Tinter.tint from onRoomAccountData");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue