diff --git a/src/lib/swarm/interactions.ts b/src/lib/swarm/interactions.ts index 21279ec..d0e247a 100644 --- a/src/lib/swarm/interactions.ts +++ b/src/lib/swarm/interactions.ts @@ -331,6 +331,7 @@ export interface SwarmUserProfile { botOwnerHandle?: string; // Handle of the bot's owner (e.g., "user" or "user@domain") nodeDomain: string; chatPublicKey?: string; + publicKey?: string; did?: string; }