Oh right, can't change these

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2018-10-22 23:33:33 -05:00
parent cb033bcadd
commit 1aa3085958
No known key found for this signature in database
GPG key ID: 37419210002890EF
2 changed files with 3 additions and 3 deletions

View file

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