mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
fix(core): fix awareness send message repeatedly (#10643)
This commit is contained in:
@@ -47,7 +47,7 @@ export class AwarenessFrontend {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
applyAwarenessUpdate(awareness, update.bin, origin);
|
applyAwarenessUpdate(awareness, update.bin, uniqueId);
|
||||||
};
|
};
|
||||||
const handleSyncCollect = () => {
|
const handleSyncCollect = () => {
|
||||||
return Promise.resolve({
|
return Promise.resolve({
|
||||||
|
|||||||
Reference in New Issue
Block a user