RoomListFilters : branch the logic

This commit is contained in:
ganfra 2024-02-20 11:17:15 +01:00
parent 4d1b78fef7
commit 33664c44ec
4 changed files with 28 additions and 5 deletions

View file

@ -57,6 +57,11 @@ sealed interface RoomListFilter {
*/
data object Unread : RoomListFilter
/**
* A filter that matches rooms that are marked as favorite.
*/
data object Favorite : RoomListFilter
/**
* A filter that matches either Group or People rooms.
*/