fix: Rename conversation URL parameter from conversation to conversationId.

This commit is contained in:
pradeepkumar
2026-03-19 16:22:41 +05:30
parent 82f1225e0a
commit 870eb0c067

View File

@@ -348,7 +348,7 @@ export class NotificationsService implements OnModuleInit {
conversationId: string;
}) {
const prefix = await this.getRoutePrefix(event.recipientUserId);
const actionUrl = `${prefix}/message?conversation=${event.conversationId}`;
const actionUrl = `${prefix}/message?conversationId=${event.conversationId}`;
await this.createAndSendNotification(
event.recipientUserId,