Skip to content

Commit a4ce523

Browse files
committed
Don't emit state changed on join recovery
1 parent f2829f1 commit a4ce523

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/matrixrtc/MatrixRTCSession.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,6 @@ export class MatrixRTCSession extends TypedEventEmitter<MatrixRTCSessionEvent, M
779779
logger.warn("Missing own membership: force re-join");
780780
// TODO: Should this be awaited? And is there anything to tell the focus?
781781
this.triggerCallMembershipEventUpdate();
782-
// TODO: Is this needed?
783-
this.emit(MatrixRTCSessionEvent.JoinStateChanged, true);
784782
}
785783
}
786784

0 commit comments

Comments
 (0)