Fix roleOf extension. Creator are Owner Role only if privilegedCreatorRole is true.
This commit is contained in:
parent
fbddfbdb0e
commit
729e5e9218
3 changed files with 82 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ fun aRoomInfo(
|
|||
notificationCount: Long = 0,
|
||||
userDefinedNotificationMode: RoomNotificationMode? = null,
|
||||
hasRoomCall: Boolean = false,
|
||||
roomPowerLevels: RoomPowerLevels = RoomPowerLevels(
|
||||
roomPowerLevels: RoomPowerLevels? = RoomPowerLevels(
|
||||
values = defaultRoomPowerLevelValues(),
|
||||
users = persistentMapOf(),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue