this behaves weird? need to figure out later
This commit is contained in:
parent
80eac6e48d
commit
8462a0ac6b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default class Room extends EventEmitter {
|
|||
emitSync({summaryChanged, newTimelineEntries}) {
|
||||
if (summaryChanged) {
|
||||
this.emit("change");
|
||||
(this._emitCollectionChange)(this);
|
||||
this._emitCollectionChange(this);
|
||||
}
|
||||
if (this._timeline) {
|
||||
this._timeline.appendLiveEntries(newTimelineEntries);
|
||||
|
|
Reference in a new issue