Only retrieve active users in RoomMemberListDataSource
This commit is contained in:
parent
759022ec92
commit
9f2726ec4f
2 changed files with 8 additions and 4 deletions
|
|
@ -66,7 +66,9 @@ enum class RoomMembershipState {
|
|||
INVITE,
|
||||
JOIN,
|
||||
KNOCK,
|
||||
LEAVE
|
||||
LEAVE;
|
||||
|
||||
fun isActive(): Boolean = this == JOIN || this == INVITE
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue