From 2de7a20d8a14adcf7b8b1d2f6d919c0669da4dc0 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 14 Oct 2025 11:54:36 -0400 Subject: [PATCH] Remove outdated comment --- src/state/Connection.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/state/Connection.ts b/src/state/Connection.ts index 5750eaaa..2048bf53 100644 --- a/src/state/Connection.ts +++ b/src/state/Connection.ts @@ -241,7 +241,6 @@ export class Connection { : [], ) // Pair with their associated LiveKit participant (if any) - // Uses flatMap to filter out memberships with no associated rtc participant ([]) .map((membership) => { const id = `${membership.sender}:${membership.deviceId}`; const participant = participants.find((p) => p.identity === id);