mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Unused val
This commit is contained in:
parent
1de5cd2e61
commit
206e68b1d2
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ internal class RoomDisplayNameResolver @Inject constructor(
|
|||
val roomSummary = RoomSummaryEntity.where(realm, roomId).findFirst()
|
||||
val invitedCount = roomSummary?.invitedMembersCount ?: 0
|
||||
val joinedCount = roomSummary?.joinedMembersCount ?: 0
|
||||
val othersTotalCount = invitedCount + joinedCount - 1
|
||||
val otherMembersSubset: List<RoomMemberSummaryEntity> = if (roomSummary?.heroes?.isNotEmpty() == true) {
|
||||
roomSummary.heroes.mapNotNull { userId ->
|
||||
roomMembers.getLastRoomMember(userId)?.takeIf {
|
||||
|
|
Loading…
Add table
Reference in a new issue