ifx
This commit is contained in:
@@ -275,7 +275,7 @@ export class MessagesService {
|
|||||||
this.eventEmitter.emit('notification.message', {
|
this.eventEmitter.emit('notification.message', {
|
||||||
recipientUserId,
|
recipientUserId,
|
||||||
senderName,
|
senderName,
|
||||||
messagePreview: dto.content?.substring(0, 100) || '',
|
messagePreview: truncatedContent.substring(0, 100) || '',
|
||||||
conversationId,
|
conversationId,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user