about summary refs log tree commit diff
path: root/LibMatrix.EventTypes
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-08 00:01:34 +0100
committerRory& <root@rory.gay>2026-01-08 00:01:34 +0100
commit94df24a10a30333ae2753eb511ae99927ae494a3 (patch)
treec35dfbe11ce2d96d2abb973bc5873bbd7d6e18f2 /LibMatrix.EventTypes
parentFix invite bug, fix room creation and upgrades (diff)
downloadLibMatrix-94df24a10a30333ae2753eb511ae99927ae494a3.tar.xz
Update policy server support HEAD master
Diffstat (limited to 'LibMatrix.EventTypes')
-rw-r--r--LibMatrix.EventTypes/Spec/State/RoomInfo/RoomPolicyServerEventContent.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/LibMatrix.EventTypes/Spec/State/RoomInfo/RoomPolicyServerEventContent.cs b/LibMatrix.EventTypes/Spec/State/RoomInfo/RoomPolicyServerEventContent.cs

index 80e254f..78fdc8e 100644 --- a/LibMatrix.EventTypes/Spec/State/RoomInfo/RoomPolicyServerEventContent.cs +++ b/LibMatrix.EventTypes/Spec/State/RoomInfo/RoomPolicyServerEventContent.cs
@@ -8,4 +8,7 @@ public class RoomPolicyServerEventContent : EventContent { [JsonPropertyName("via")] public string? Via { get; set; } + + [JsonPropertyName("public_key")] + public string? PublicKey { get; set; } } \ No newline at end of file