deps(sdk): fix api usages

This commit is contained in:
ganfra 2025-11-19 13:07:59 +01:00
parent 0ef5576c3b
commit fe65ba1839
11 changed files with 18 additions and 6 deletions

View file

@ -260,5 +260,6 @@ fun defaultRoomPowerLevelValues() = RoomPowerLevelsValues(
redactEvents = 50,
roomName = 100,
roomAvatar = 100,
roomTopic = 100
roomTopic = 100,
spaceChild = 100,
)