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