mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-23 17:40:37 +03:00
List invites below members
Change-Id: I4910571e61006964f53b2f51f7c1451a3adb4bdc
This commit is contained in:
parent
205828852d
commit
0c7cc81830
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ class RoomMemberListViewModel @AssistedInject constructor(@Assisted initialState
|
|||
users.toPoweredMemberList(RoomMemberListCategories.SG_USER, powerLevelsHelper) +
|
||||
customs.toPoweredMemberList(RoomMemberListCategories.SG_CUSTOM, powerLevelsHelper)
|
||||
return listOf(
|
||||
RoomMemberListCategories.INVITE to invitesWithPower.sortedWith(roomMemberSummaryWithPowerComparator),
|
||||
RoomMemberListCategories.MEMBER to membersWithPower.sortedWith(roomMemberSummaryWithPowerComparator)
|
||||
RoomMemberListCategories.MEMBER to membersWithPower.sortedWith(roomMemberSummaryWithPowerComparator),
|
||||
RoomMemberListCategories.INVITE to invitesWithPower.sortedWith(roomMemberSummaryWithPowerComparator)
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue