feat: Add optional publicKey field to interaction type.

This commit is contained in:
Christomatt
2026-01-30 08:47:26 +01:00
parent 374bfadc74
commit 495a037eb1
+1
View File
@@ -331,6 +331,7 @@ export interface SwarmUserProfile {
botOwnerHandle?: string; // Handle of the bot's owner (e.g., "user" or "user@domain") botOwnerHandle?: string; // Handle of the bot's owner (e.g., "user" or "user@domain")
nodeDomain: string; nodeDomain: string;
chatPublicKey?: string; chatPublicKey?: string;
publicKey?: string;
did?: string; did?: string;
} }