bug: jumpToMessage doesn't work with system messages
Describe the bug
I'm not sure if this would count as a bug, but jumpToMessage function in useChannelActionContext does not work with system messages. I was asked to provide a custom system message when I receive one from the backend, with a custom payload. This system message can also be replied to, and it shows up as a QuotedMessage in message list. However when I click on the quoted message with the custom system message, even though it has the correct id, it doesn't jump to the quoted system message.
To Reproduce
Steps to reproduce the behavior:
- Create a Custom System Message
- Make it replyable with
setQuotedMessage - Render it in
QuotedMessage - Click the quoted system message
Expected behavior
It should jump to quoted system message, like every regular quoted message does.
Package version
- stream-chat-react:
10.8.0 - stream-chat-css:
3.9.1 - stream-chat-js:
8.6.0
Desktop (please complete the following information):
- OS: Macbook Pro M1
- Browser [e.g. chrome, safari] Chrome
- Version [e.g. 22]
114.0.5735.198
@ecemac thank you for the report. Let us check this out in the upcoming few days.
:tada: This issue has been resolved in version 11.20.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: