about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/Spec
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-10-03 20:51:53 +0200
committerRory& <root@rory.gay>2024-10-03 20:52:10 +0200
commit77650d16a9cc66fdfe393320164cd8248cdff389 (patch)
treef18bcde29714a96816b4919475f112b0d3a64421 /LibMatrix.EventTypes/Spec
parentUpdate ArcaneLibs versioning scheme (diff)
downloadLibMatrix-77650d16a9cc66fdfe393320164cd8248cdff389.tar.xz
More reliable room name fetching, disable room predecessor in creation content schema
Diffstat (limited to 'LibMatrix.EventTypes/Spec')
-rw-r--r--LibMatrix.EventTypes/Spec/State/RoomInfo/RoomCreateEventContent.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibMatrix.EventTypes/Spec/State/RoomInfo/RoomCreateEventContent.cs b/LibMatrix.EventTypes/Spec/State/RoomInfo/RoomCreateEventContent.cs

index c619d0e..f26b8e5 100644 --- a/LibMatrix.EventTypes/Spec/State/RoomInfo/RoomCreateEventContent.cs +++ b/LibMatrix.EventTypes/Spec/State/RoomInfo/RoomCreateEventContent.cs
@@ -15,8 +15,8 @@ public class RoomCreateEventContent : EventContent { [JsonPropertyName("m.federate")] public bool? Federate { get; set; } - [JsonPropertyName("predecessor")] - public RoomCreatePredecessor? Predecessor { get; set; } + // [JsonPropertyName("predecessor")] + // public RoomCreatePredecessor? Predecessor { get; set; } [JsonPropertyName("type")] public string? Type { get; set; }