fix: Rename conversation URL parameter from conversation to conversationId.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user