Return user name for cursors rather than device
This commit is contained in:
parent
14db4bf240
commit
02f32e894a
5 changed files with 27 additions and 12 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { CursorSpan } from "./CursorSpan";
|
||||
|
||||
export type ClientCursors = { deviceId: string, cursors: { [key in string]?: Array<CursorSpan> }, };
|
||||
export type ClientCursors = { userName: string, deviceId: string, cursors: { [key in string]?: Array<CursorSpan> }, };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue