Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(debug): log pending structs in remote ydoc
This ydoc tracks the messages already received from the server.
So missing messages will also lead to pendingStructs there.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud authored and backportbot[bot] committed Jul 1, 2025
commit bd7bce87b6f84f994c0444a4e564c52a9e770879
1 change: 1 addition & 0 deletions src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ export default {
filePath: this.relativePath,
clientId: this.$ydoc.clientID,
pendingStructs: this.$ydoc.store.pendingStructs,
pendingStructsRemote: this.$providers[0]?.remote.store.pendingStructs,
clientVectors: [],
documentState: this.$syncService?.getDocumentState(),
}
Expand Down