From c00a830cbb528fbef7e36013d43292663515c4bc Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 20 Jul 2016 11:59:38 +0100 Subject: [PATCH] fix nightmare bug where Room.accountData wasn't being emitted by Room objects --- lib/sync.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sync.js b/lib/sync.js index 76741eeed..f7c6e98ea 100644 --- a/lib/sync.js +++ b/lib/sync.js @@ -88,6 +88,7 @@ SyncApi.prototype.createRoom = function(roomId) { "Room.receipt", "Room.tags", "Room.timelineReset", "Room.localEchoUpdated", + "Room.accountData", ]); this._registerStateListeners(room); return room;