mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
New database structure for sync engine
This commit is contained in:
@@ -115,6 +115,7 @@ export class ServerNodeSyncMutationHandler
|
||||
type: 'local_node_sync',
|
||||
nodeId: input.id,
|
||||
versionId: input.versionId,
|
||||
workspaceId: input.workspaceId,
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
@@ -2,6 +2,7 @@ export type LocalNodeSyncMessageInput = {
|
||||
type: 'local_node_sync';
|
||||
nodeId: string;
|
||||
versionId: string;
|
||||
workspaceId: string;
|
||||
};
|
||||
|
||||
declare module '@/operations/messages' {
|
||||
|
||||
Reference in New Issue
Block a user