misc(power level) : update tests following api change

This commit is contained in:
ganfra 2025-12-09 20:50:31 +01:00
parent 29c1f33638
commit 5c8fd831e3
25 changed files with 475 additions and 637 deletions

View file

@ -14,7 +14,7 @@ data class RoomDetailsEditPermissions(
val canEditName: Boolean,
val canEditTopic: Boolean,
val canEditAvatar: Boolean,
){
) {
val hasAny = canEditName ||
canEditTopic ||
canEditAvatar