Skip to content

Commit d69b075

Browse files
committed
Don't emit state changed on join recovery
1 parent d06b28d commit d69b075

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
@@ -777,8 +777,6 @@ export class MatrixRTCSession extends TypedEventEmitter<MatrixRTCSessionEvent, M
777777
logger.warn("Missing own membership: force re-join");
778778
// TODO: Should this be awaited? And is there anything to tell the focus?
779779
this.triggerCallMembershipEventUpdate();
780-
// TODO: Is this needed?
781-
this.emit(MatrixRTCSessionEvent.JoinStateChanged, true);
782780
}
783781
}
784782

0 commit comments

Comments
 (0)