element-x-ada/libraries/matrixui
networkException 2678834cc0
Fix broken direct room member for rooms with old users that left (#3324)
This patch fixes getDirectRoomMember not respecting direct rooms
with more than two members total but only two active. This commonly
occurs when users migrate to a new account by adding a new account
to rooms and leaving with the old one.

Other parts of the codebase (such as the people room list filter)
already respect the active member count of a room instead of the
total (historic) number of unique members.

This fixes the room details screen not showing up correctly, for
example missing the avatar cluster.

Signed-off-by: networkException <git@nwex.de>
2024-08-22 14:47:13 +02:00
..
src Fix broken direct room member for rooms with old users that left (#3324) 2024-08-22 14:47:13 +02:00
build.gradle.kts Improve screenshot testing with ComposablePreviewScanner (#3125) 2024-07-03 13:05:06 +02:00