Skip to content

Commit

Permalink
Broadcast all updates
Browse files Browse the repository at this point in the history
Co-authored-by: David Brochart <[email protected]>
  • Loading branch information
brichet and davidbrochart authored Oct 9, 2024
1 parent 9960536 commit 180763b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycrdt_websocket/yroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def send_server_awareness(self, type: str, changes: tuple[dict[str, Any], Any])
type: The change type.
changes: The awareness changes.
"""
if type != "change" or changes[1] != "local":
if type != "update" or changes[1] != "local":
return

if self._task_group is not None:
Expand Down

0 comments on commit 180763b

Please sign in to comment.