RoomList : add invite filter

This commit is contained in:
ganfra 2024-04-15 22:50:43 +02:00
parent c102c5b436
commit 43e336cb72
6 changed files with 23 additions and 7 deletions

View file

@ -57,6 +57,11 @@ sealed interface RoomListFilter {
*/
data object Favorite : RoomListFilter
/**
* A filter that matches rooms that with Invited membership.
*/
data object Invite : RoomListFilter
/**
* A filter that matches either Group or People rooms.
*/