element-x-ada/features/messages/impl/src
Benoit Marty 3603ed6830
Fix read receipt behavior when the timeline is opened. (#4679)
* Use Timber instead of println

* Fix ReadReceipt not sent when new event is received:
- filter Virtual item regarding typing to compute NewEventState
- always scroll, since the latest event is always the typing notification (but with 0 height). This triggers the sending of RR.

* Improve the fix to fix regression detected by unit tests.

* Remove unnecessary parenthesis

* Document parameter.
2025-05-06 12:41:34 +00:00
..
main Fix read receipt behavior when the timeline is opened. (#4679) 2025-05-06 12:41:34 +00:00
test/kotlin/io/element/android/features/messages/impl Split MatrixRoom into BaseRoom and JoinedRoom (#4561) 2025-04-23 15:53:40 +02:00