EmbeddedChat
EmbeddedChat copied to clipboard
Fix arrow redirection for starred messages not currently loaded
Summary
Fixes an issue where arrow navigation in the Starred Messages view fails for messages that are not currently visible in the message list.
Changes
Added a reusable scroll helper to navigate to messages Updated starred message store to load messages on demand Wired arrow click to fetch and scroll to the selected message Ensured message elements have DOM ids for scrolling
How to Test
- Open a room with long history
- Star a message far up in the history
- Reload the app
- Open Starred Messages
- Click the arrow icon
- Message loads and scrolls into view
Fixes #871