From 94df24a10a30333ae2753eb511ae99927ae494a3 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 8 Jan 2026 00:01:34 +0100 Subject: Update policy server support --- .../Spec/State/RoomInfo/RoomPolicyServerEventContent.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LibMatrix.EventTypes') 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 -- cgit 1.5.1