feat: include agentProfileId in connection response notifications to enable direct navigation to agent profiles

This commit is contained in:
pradeepkumar
2026-04-15 19:37:59 +05:30
parent 416257a881
commit ef52858990
2 changed files with 10 additions and 1 deletions

View File

@@ -315,6 +315,7 @@ export class ConnectionRequestsService {
this.eventEmitter.emit('notification.connection_response', {
recipientUserId: request.userId,
agentName,
agentProfileId,
status: dto.status,
connectionRequestId: requestId,
});