about summary refs log tree commit diff
path: root/LibMatrix/Responses/CreateRoomRequest.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-16 06:43:44 +0200
committerRory& <root@rory.gay>2025-06-16 06:43:44 +0200
commit2f8a17fab9b13cbeb93f3d7b07b0bb51d17aa8b2 (patch)
tree475ea33e96766188f4f1d3f1007be190e3fab24c /LibMatrix/Responses/CreateRoomRequest.cs
parentSynapse admin fixes, server resolution fixes (diff)
downloadLibMatrix-2f8a17fab9b13cbeb93f3d7b07b0bb51d17aa8b2.tar.xz
Room builder, support managing room dir
Diffstat (limited to 'LibMatrix/Responses/CreateRoomRequest.cs')
-rw-r--r--LibMatrix/Responses/CreateRoomRequest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/LibMatrix/Responses/CreateRoomRequest.cs b/LibMatrix/Responses/CreateRoomRequest.cs

index d9a6acd..6933622 100644 --- a/LibMatrix/Responses/CreateRoomRequest.cs +++ b/LibMatrix/Responses/CreateRoomRequest.cs
@@ -47,6 +47,8 @@ public class CreateRoomRequest { [JsonPropertyName("invite")] public List<string>? Invite { get; set; } + public string? RoomVersion { get; set; } + /// <summary> /// For use only when you can't use the CreationContent property /// </summary>