diff --git a/src/matrix/calls/group/Member.ts b/src/matrix/calls/group/Member.ts index db5482ee..5d67bafe 100644 --- a/src/matrix/calls/group/Member.ts +++ b/src/matrix/calls/group/Member.ts @@ -457,7 +457,7 @@ export class Member { this.expireTimeout?.dispose(); this.expireTimeout = undefined; // ensure the emitUpdate callback can't be called anymore - this.options = undefined as any as Options; + this.options.emitUpdate = () => {}; } }