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
+1
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;