1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

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

@@ -57,7 +57,7 @@ var commands = {
}
return success(
MatrixClientPeg.get().setRoomAccountData(
room_id, "m.room.color_scheme", colorScheme
room_id, "org.matrix.room.color_scheme", colorScheme
)
);
}