Send document versions with cursors

This commit is contained in:
Andras Schmelczer 2025-08-10 14:55:40 +01:00
parent d9ffcfeb5c
commit bb07602c68
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
7 changed files with 43 additions and 18 deletions

View file

@ -133,7 +133,7 @@ async fn websocket(
vault_id_clone.clone(),
authed_handshake.user.name.clone(),
&device_id,
cursors.document_to_cursors,
cursors.documents_with_cursors,
)
.await;
}