We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00398fc commit b427a89Copy full SHA for b427a89
packages/common/nbstore/src/frontend/awareness.ts
@@ -47,7 +47,7 @@ export class AwarenessFrontend {
47
return;
48
}
49
50
- applyAwarenessUpdate(awareness, update.bin, origin);
+ applyAwarenessUpdate(awareness, update.bin, uniqueId);
51
};
52
const handleSyncCollect = () => {
53
return Promise.resolve({
0 commit comments