This commit is contained in:
pradeepkumar
2026-03-28 02:21:32 +05:30
parent 1697d638b6
commit ba931c350b

View File

@@ -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,
}); });