Create or retrieve DM
This commit is contained in:
parent
4cf9647fc4
commit
44e2e24733
17 changed files with 220 additions and 28 deletions
|
|
@ -22,5 +22,6 @@ sealed interface SelectUsersEvents {
|
|||
data class UpdateSearchQuery(val query: String) : SelectUsersEvents
|
||||
data class AddToSelection(val matrixUser: MatrixUser) : SelectUsersEvents
|
||||
data class RemoveFromSelection(val matrixUser: MatrixUser) : SelectUsersEvents
|
||||
object ClearSelection : SelectUsersEvents
|
||||
data class OnSearchActiveChanged(val active: Boolean) : SelectUsersEvents
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue