feat: include agentProfileId in connection response notifications to enable direct navigation to agent profiles
This commit is contained in:
@@ -315,6 +315,7 @@ export class ConnectionRequestsService {
|
||||
this.eventEmitter.emit('notification.connection_response', {
|
||||
recipientUserId: request.userId,
|
||||
agentName,
|
||||
agentProfileId,
|
||||
status: dto.status,
|
||||
connectionRequestId: requestId,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user