Rename field

This commit is contained in:
Andras Schmelczer 2025-08-17 10:57:50 +01:00
parent cf8c9ebe00
commit 278fa912df
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 8 additions and 3 deletions

View file

@ -43,7 +43,7 @@ pub struct CursorSpan {
pub struct ClientCursors {
pub user_name: String,
pub device_id: DeviceId,
pub cursors: Vec<DocumentWithCursors>,
pub documents_with_cursors: Vec<DocumentWithCursors>,
}
#[derive(TS, Serialize, Clone, Debug)]