Skip to content

Commit 1cb6f12

Browse files
committed
feat: agent adds self to gestalt graph on start up.
[ci skip]
1 parent 677f194 commit 1cb6f12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/PolykeyAgent.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ class PolykeyAgent {
704704
await this.sigchain.start({ fresh });
705705
await this.acl.start({ fresh });
706706
await this.gestaltGraph.start({ fresh });
707+
// Adding self to the gestaltGraph
708+
await this.gestaltGraph.setNode({ nodeId: this.keyRing.getNodeId() });
707709
await this.identitiesManager.start({ fresh });
708710
// GRPC Server
709711
const tlsConfig: TLSConfig = {

0 commit comments

Comments
 (0)