Merge pull request #6890 from element-hq/feature/beacon_events_permissions

change(permissions) : allow to change ShareLiveLocation permission
This commit is contained in:
ganfra
2026-05-27 14:46:33 +02:00
committed by GitHub
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)
}