From 64c2e5911c37f3ff73d8966756e721768df0567e Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 8 Oct 2025 18:17:42 -0400 Subject: [PATCH] Update outdated comment --- src/state/Connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/Connection.ts b/src/state/Connection.ts index ac381d56..b7864677 100644 --- a/src/state/Connection.ts +++ b/src/state/Connection.ts @@ -149,7 +149,7 @@ export class Connection { /** * An observable of the participants that are publishing on this connection. - * This is derived from `participantsIncludingSubscribers$` and `membershipsFocusMap$`. + * This is derived from `participantsIncludingSubscribers$` and `remoteTransports$`. * It filters the participants to only those that are associated with a membership that claims to publish on this connection. */ public readonly publishingParticipants$;