Merge pull request #5449 from element-hq/feature/fga/room_list_space_invite
Room list space invite
This commit is contained in:
commit
0bec8f038c
17 changed files with 92 additions and 41 deletions
|
|
@ -58,11 +58,12 @@ sealed interface RoomListFilter {
|
|||
data object Invite : RoomListFilter
|
||||
|
||||
/**
|
||||
* A filter that matches either Group or People rooms.
|
||||
* A filter that matches either Group,People rooms or Space.
|
||||
*/
|
||||
sealed interface Category : RoomListFilter {
|
||||
data object Group : Category
|
||||
data object People : Category
|
||||
data object Space : Category
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue