about summary refs log tree commit diff
path: root/LibMatrix/Interfaces/EventContent.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix/Interfaces/EventContent.cs')
-rw-r--r--LibMatrix/Interfaces/EventContent.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix/Interfaces/EventContent.cs b/LibMatrix/Interfaces/EventContent.cs
index 5cf0503..51671dd 100644
--- a/LibMatrix/Interfaces/EventContent.cs
+++ b/LibMatrix/Interfaces/EventContent.cs
@@ -13,7 +13,7 @@ public abstract class EventContent {
         [JsonPropertyName("m.in_reply_to")]
         public EventInReplyTo? InReplyTo { get; set; }
 
-        public abstract class EventInReplyTo {
+        public class EventInReplyTo {
             [JsonPropertyName("event_id")]
             public string EventId { get; set; }