Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
grgbkr committed Dec 16, 2023
1 parent 226eb76 commit 9f1d921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reflect-yjs/src/mutators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export function yjsAwarenessKey(
reflectClientID: ClientID,
yjsClientID: number,
): string {
// -p/${reflectClientID} is a client key space and these are ephemeral. They
// -p/${reflectClientID} is a presence key space and these are ephemeral. They
// get deleted when Reflect knows that the client can never come back.
return `-/p/${reflectClientID}/yjs/awareness/${name}/${yjsClientID}`;
}
Expand Down

0 comments on commit 9f1d921

Please sign in to comment.