You've already forked matrix-js-sdk
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:
@@ -88,6 +88,7 @@ SyncApi.prototype.createRoom = function(roomId) {
|
||||
"Room.receipt", "Room.tags",
|
||||
"Room.timelineReset",
|
||||
"Room.localEchoUpdated",
|
||||
"Room.accountData",
|
||||
]);
|
||||
this._registerStateListeners(room);
|
||||
return room;
|
||||
|
||||
Reference in New Issue
Block a user