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