Skip to content

chore: progress with sending messages #428

chore: progress with sending messages

chore: progress with sending messages #428

Triggered via push March 6, 2025 22:12
Status Failure
Total duration 37s
Artifacts
Install deps, build required package, typecheck, lint and test
28s
Install deps, build required package, typecheck, lint and test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Install deps, build required package, typecheck, lint and test: packages/hypergraph-react/src/HypergraphAppContext.tsx#L475
Type '{ inboxId: string; isPublic: boolean; authPolicy: string; encryptionPublicKey: string; secretKey: string; messages: { plaintext: string; id: string; signature?: { readonly hex: string; readonly recovery: number; } | undefined; ... 4 more ...; createdAt: number; }[]; lastMessageClock: number; }[]' is not assignable to type 'SpaceInboxStorageEntry[]'.
Install deps, build required package, typecheck, lint and test: packages/hypergraph-react/src/HypergraphAppContext.tsx#L613
Property 'lastMessageClock' is missing in type '{ readonly accountId: string; readonly signature: { readonly hex: string; readonly recovery: number; }; readonly inboxId: string; readonly encryptionPublicKey: string; readonly isPublic: boolean; readonly authPolicy: string; readonly messages: readonly { ...; }[]; }' but required in type 'AccountInboxStorageEntry'.
Install deps, build required package, typecheck, lint and test: packages/hypergraph-react/src/HypergraphAppContext.tsx#L1007
Cannot find name 'sendSpaceInboxMessageForContext'. Did you mean 'getLatestSpaceInboxMessagesForContext'?
Install deps, build required package, typecheck, lint and test: packages/hypergraph-react/src/HypergraphAppContext.tsx#L1012
Cannot find name 'sendAccountInboxMessageForContext'. Did you mean 'getLatestAccountInboxMessagesForContext'?
Install deps, build required package, typecheck, lint and test
Process completed with exit code 2.
Install deps, build required package, typecheck, lint and test
Could not determine node version from /home/runner/work/hypergraph/hypergraph/package.json. Falling back