fix updates in Invite not firing on collection

This commit is contained in:
Bruno Windels 2021-04-26 10:45:27 +02:00
parent 47b2eb0bdb
commit bd748549f7

View file

@ -105,7 +105,7 @@ export class Invite extends EventEmitter {
_emitChange(params) {
this.emit("change");
this._emitCollectionUpdate(params);
this._emitCollectionUpdate(this, params);
}
load(inviteData, log) {