From dc58a7878faf1ee567e0f1239d8c8869502fd03d Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 5 Dec 2025 13:49:02 +0100 Subject: Federation work --- LibMatrix/Responses/Federation/ServerKeysResponse.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LibMatrix') diff --git a/LibMatrix/Responses/Federation/ServerKeysResponse.cs b/LibMatrix/Responses/Federation/ServerKeysResponse.cs index cb62e34..982907c 100644 --- a/LibMatrix/Responses/Federation/ServerKeysResponse.cs +++ b/LibMatrix/Responses/Federation/ServerKeysResponse.cs @@ -38,7 +38,7 @@ public class ServerKeysResponse { [DebuggerDisplay("{Key}")] public class CurrentVerifyKey { [JsonPropertyName("key")] - public string Key { get; set; } + public required string Key { get; set; } } [DebuggerDisplay("{Key} (expired {Expired})")] @@ -52,4 +52,4 @@ public class ServerKeysResponse { set => ExpiredTs = (ulong)new DateTimeOffset(value).ToUnixTimeMilliseconds(); } } -} +} \ No newline at end of file -- cgit 1.5.1