From 2fa19a76b8f4ef72690f2d8ea0dd77ef2c5397da Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Fri, 13 Oct 2023 13:09:27 +0200 Subject: Error handling --- LibMatrix/Interfaces/EventContent.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'LibMatrix/Interfaces') diff --git a/LibMatrix/Interfaces/EventContent.cs b/LibMatrix/Interfaces/EventContent.cs index b21cfc7..37d316b 100644 --- a/LibMatrix/Interfaces/EventContent.cs +++ b/LibMatrix/Interfaces/EventContent.cs @@ -13,8 +13,6 @@ public abstract class EventContent { [JsonPropertyName("m.in_reply_to")] public EventInReplyTo? InReplyTo { get; set; } - - public abstract class EventInReplyTo { [JsonPropertyName("event_id")] public string EventId { get; set; } -- cgit 1.4.1