RoomListFilters : branch the logic

This commit is contained in:
ganfra 2024-02-20 11:17:15 +01:00
parent 5ca7a3af10
commit dd7c2cbf9a
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.
*/