You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/roomdetails/impl/src/main/kotlin/io/element/android/features/roomdetails/impl/rolesandpermissions/RolesAndPermissionsPresenter.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ class RolesAndPermissionsPresenter @Inject constructor(
50
50
val coroutineScope = rememberCoroutineScope()
51
51
val roomInfo by room.roomInfoFlow.collectAsState(initial =null)
52
52
val roomMembers by room.membersStateFlow.collectAsState()
53
+
// Get the list of joined room members, in order to filter members present in the power
54
+
// level state Event, but not member of the room anymore.
0 commit comments