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;
|
conversationId: string;
|
||||||
}) {
|
}) {
|
||||||
const prefix = await this.getRoutePrefix(event.recipientUserId);
|
const prefix = await this.getRoutePrefix(event.recipientUserId);
|
||||||
const actionUrl = `${prefix}/message?conversation=${event.conversationId}`;
|
const actionUrl = `${prefix}/message?conversationId=${event.conversationId}`;
|
||||||
|
|
||||||
await this.createAndSendNotification(
|
await this.createAndSendNotification(
|
||||||
event.recipientUserId,
|
event.recipientUserId,
|
||||||
|
|||||||
Reference in New Issue
Block a user