diff --git a/src/notifications/notifications.service.ts b/src/notifications/notifications.service.ts index cda52e5..1e1b3e6 100644 --- a/src/notifications/notifications.service.ts +++ b/src/notifications/notifications.service.ts @@ -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,