Add missing points.
This commit is contained in:
parent
22f8ace4c4
commit
b4fcffbdf9
@ -45,7 +45,7 @@ data class UserProperties(
|
|||||||
*/
|
*/
|
||||||
val webMetaSpacePeopleEnabled: Boolean? = null,
|
val webMetaSpacePeopleEnabled: Boolean? = null,
|
||||||
/**
|
/**
|
||||||
* The active filter in the All Chats screen
|
* The active filter in the All Chats screen.
|
||||||
*/
|
*/
|
||||||
val allChatsActiveFilter: AllChatsActiveFilter? = null,
|
val allChatsActiveFilter: AllChatsActiveFilter? = null,
|
||||||
/**
|
/**
|
||||||
@ -87,22 +87,22 @@ data class UserProperties(
|
|||||||
enum class AllChatsActiveFilter {
|
enum class AllChatsActiveFilter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters are activated and All is selected
|
* Filters are activated and All is selected.
|
||||||
*/
|
*/
|
||||||
All,
|
All,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters are activated and Favourites is selected
|
* Filters are activated and Favourites is selected.
|
||||||
*/
|
*/
|
||||||
Favourites,
|
Favourites,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters are activated and People is selected
|
* Filters are activated and People is selected.
|
||||||
*/
|
*/
|
||||||
People,
|
People,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters are activated and Unreads is selected
|
* Filters are activated and Unreads is selected.
|
||||||
*/
|
*/
|
||||||
Unreads,
|
Unreads,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user