Skip to content

Commit

Permalink
Don't emit state changed on join recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Nov 7, 2024
1 parent bc9c59b commit e96ad3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/matrixrtc/MatrixRTCSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,6 @@ export class MatrixRTCSession extends TypedEventEmitter<MatrixRTCSessionEvent, M
logger.warn("Missing own membership: force re-join");
// TODO: Should this be awaited? And is there anything to tell the focus?
this.triggerCallMembershipEventUpdate();
// TODO: Is this needed?
this.emit(MatrixRTCSessionEvent.JoinStateChanged, true);
}
}

Expand Down

0 comments on commit e96ad3e

Please sign in to comment.