Skip to content

GSoC: capture replyToId from MESSAGE_RECEIVED and PRIVATE_MESSAGE_RECIEVED in chat middleware.ts#17197

Open
Alok-work23 wants to merge 1 commit intojitsi:masterfrom
Alok-work23:fix/chat-capture-reply-to-id
Open

GSoC: capture replyToId from MESSAGE_RECEIVED and PRIVATE_MESSAGE_RECIEVED in chat middleware.ts#17197
Alok-work23 wants to merge 1 commit intojitsi:masterfrom
Alok-work23:fix/chat-capture-reply-to-id

Conversation

@Alok-work23
Copy link

Adding support for message replies by capturing replyToId from both MESSAGE_RECEIVED and PRIVATE_MESSAGE_RECEIVED listeners and passing it through _onConferenceMessageReceived() and _handleReceivedMessage(). The value is then stored on the message object as replyToMessageId, and the IMessage interface is updated to include an optional replyToMessageId field. Additionally, messageId is now included in _persistSentPrivateMessage to support future edit and retract functionality.

Related Issue

Issue : #17196

@jitsi-jenkins
Copy link

Hi, thanks for your contribution!
If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would unfortunately be unable to merge your patch unless we have that piece :(.

@Alok-work23
Copy link
Author

I have signed CLA.

@Alok-work23 Alok-work23 changed the title fix(chat): capture replyToId from MESSAGE_RECEIVED and PRIVATE_MESSAG… GSoc: capture replyToId from MESSAGE_RECEIVED and PRIVATE_MESSAGE_RECIEVED in chat middleware.ts Mar 23, 2026
@Alok-work23 Alok-work23 changed the title GSoc: capture replyToId from MESSAGE_RECEIVED and PRIVATE_MESSAGE_RECIEVED in chat middleware.ts GSoC: capture replyToId from MESSAGE_RECEIVED and PRIVATE_MESSAGE_RECIEVED in chat middleware.ts Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants