From a246ac2bc5fc8ab442ad675061424f0154ccdcea Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 23 Jul 2025 09:01:42 +0200 Subject: Make powerlevels settable in roombuilder --- LibMatrix/Helpers/RoomBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibMatrix/Helpers/RoomBuilder.cs') diff --git a/LibMatrix/Helpers/RoomBuilder.cs b/LibMatrix/Helpers/RoomBuilder.cs index bef7568..71eed69 100644 --- a/LibMatrix/Helpers/RoomBuilder.cs +++ b/LibMatrix/Helpers/RoomBuilder.cs @@ -40,7 +40,7 @@ public class RoomBuilder { /// public Dictionary Invites { get; set; } = new(); - public RoomPowerLevelEventContent PowerLevels { get; init; } = new() { + public RoomPowerLevelEventContent PowerLevels { get; set; } = new() { EventsDefault = 0, UsersDefault = 0, Kick = 50, -- cgit 1.5.1