change(permissions) : allow to change ShareLiveLocation permission

This commit is contained in:
ganfra
2026-05-26 23:17:32 +02:00
parent 09e14e037a
commit f37222e2d8
5 changed files with 8 additions and 0 deletions
@@ -421,6 +421,8 @@ class JoinedRustRoom(
roomAvatar = roomPowerLevelsValues.roomAvatar,
roomTopic = roomPowerLevelsValues.roomTopic,
spaceChild = roomPowerLevelsValues.spaceChild,
beacon = roomPowerLevelsValues.beacon,
beaconInfo = roomPowerLevelsValues.beaconInfo,
)
innerRoom.applyPowerLevelChanges(changes)
}