element-x-ada/features/messages/impl
Jorge Martin Espinosa 0be7058416
Unify the way we decide whether a room is a DM or a group room (#3100)
* Add centralised 'room is DM' check

Also add extension functions for `MatrixRoom` and `MatrixRoomInfo`.

* Use the centralised method and extension functions through the app, including:

- Room list.
- Room details screen.
- Invites.
- Notifications.

Replace most `isDirect` usages with `isDm`.

* Update screenshots

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2024-07-10 16:28:46 +00:00
..
src Unify the way we decide whether a room is a DM or a group room (#3100) 2024-07-10 16:28:46 +00:00
.gitignore Try splitting messages into api and impl modules 2023-03-03 14:38:05 +01:00
build.gradle.kts Improve screenshot testing with ComposablePreviewScanner (#3125) 2024-07-03 13:05:06 +02:00
consumer-rules.pro Try splitting messages into api and impl modules 2023-03-03 14:38:05 +01:00