1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

fix nightmare bug where Room.accountData wasn't being emitted by Room objects

This commit is contained in:
Matthew Hodgson
2016-07-20 11:59:38 +01:00
parent fa28297add
commit c00a830cbb

View File

@@ -88,6 +88,7 @@ SyncApi.prototype.createRoom = function(roomId) {
"Room.receipt", "Room.tags",
"Room.timelineReset",
"Room.localEchoUpdated",
"Room.accountData",
]);
this._registerStateListeners(room);
return room;