Skip to content

Commit b427a89

Browse files
EYHNforehalo
authored andcommitted
fix(core): fix awareness send message repeatedly (#10643)
1 parent 00398fc commit b427a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/nbstore/src/frontend/awareness.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class AwarenessFrontend {
4747
return;
4848
}
4949

50-
applyAwarenessUpdate(awareness, update.bin, origin);
50+
applyAwarenessUpdate(awareness, update.bin, uniqueId);
5151
};
5252
const handleSyncCollect = () => {
5353
return Promise.resolve({

0 commit comments

Comments
 (0)