Enhancement: “live” document updates (#12141)

This commit is contained in:
shamoon
2026-03-04 00:27:07 +00:00
committed by GitHub
parent 5498503d60
commit 299dac21ee
17 changed files with 648 additions and 70 deletions
@@ -0,0 +1,7 @@
export interface WebsocketDocumentUpdatedMessage {
document_id: number
modified: string
owner_id?: number
users_can_view?: number[]
groups_can_view?: number[]
}