element-x-ada/features/messages
Jorge Martin Espinosa 0e2213a199
Fix public read receipts being sent by mistake (#6838)
When returning to the chat screen from the room details one or a member's profile, `TimelineEvent.OnScrollFinished` will be called immediately, and this would read the default value for `isSendPublicReadReceiptsEnabled`, which is `true`.

If you had public read receipts disabled, this is a mistake, and would send a public read receipt. Instead, what we want to do is wait until the updated value is emitted and use it to decide whether we want to send a public or private read receipt.
2026-05-26 10:10:42 +02:00
..
api Add support for slash commands (under Feature Flag) (#6482) 2026-04-02 16:15:32 +02:00
impl Fix public read receipts being sent by mistake (#6838) 2026-05-26 10:10:42 +02:00
test Don't compress images sent through the Files attachment picker (#6755) 2026-05-20 17:19:08 +02:00