Skip to content

Commit

Permalink
improvement(client-presence): make events private (microsoft#23029)
Browse files Browse the repository at this point in the history
as no one should need access.
  • Loading branch information
jason-ha authored Nov 8, 2024
1 parent 610d942 commit 04a3314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/presence/src/systemWorkspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class SystemWorkspaceImpl implements PresenceStatesInternal, SystemWorkspace {
public constructor(
clientSessionId: ClientSessionId,
private readonly datastore: SystemWorkspaceDatastore,
public readonly events: IEmitter<
private readonly events: IEmitter<
Pick<PresenceEvents, "attendeeJoined" | "attendeeDisconnected">
>,
) {
Expand Down

0 comments on commit 04a3314

Please sign in to comment.