Room list invites: address some remarks and add small tests

This commit is contained in:
ganfra 2024-04-17 22:02:44 +02:00
parent 97e79d94d1
commit 90e273cd65
9 changed files with 46 additions and 11 deletions

View file

@ -58,7 +58,7 @@ sealed interface RoomListFilter {
data object Favorite : RoomListFilter
/**
* A filter that matches rooms that with Invited membership.
* A filter that matches rooms with Invited membership.
*/
data object Invite : RoomListFilter