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 11, 2024
1 parent d06b28d commit d69b075
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 d69b075

Please sign in to comment.