about summary refs log tree commit diff
path: root/LibMatrix/Responses
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-08-06 03:12:29 +0200
committerRory& <root@rory.gay>2025-08-06 03:12:29 +0200
commitfcad35734ffe635a85e27349ff09bc035f268062 (patch)
tree0245003d1245ab459de075b742fec1448bf85ee3 /LibMatrix/Responses
parentDont set own powerlevel on room creation (diff)
downloadLibMatrix-fcad35734ffe635a85e27349ff09bc035f268062.tar.xz
Handle room upgrades
Diffstat (limited to 'LibMatrix/Responses')
-rw-r--r--LibMatrix/Responses/CreateRoomRequest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibMatrix/Responses/CreateRoomRequest.cs b/LibMatrix/Responses/CreateRoomRequest.cs

index 8f8af31..db7d004 100644 --- a/LibMatrix/Responses/CreateRoomRequest.cs +++ b/LibMatrix/Responses/CreateRoomRequest.cs
@@ -47,6 +47,7 @@ public class CreateRoomRequest { [JsonPropertyName("invite")] public List<string>? Invite { get; set; } + [JsonPropertyName("room_version")] public string? RoomVersion { get; set; } /// <summary>