about summary refs log tree commit diff
path: root/LibMatrix/Interfaces
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-10-13 13:09:27 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-10-13 13:09:27 +0200
commit2fa19a76b8f4ef72690f2d8ea0dd77ef2c5397da (patch)
tree8ac9d95c4077a552fcf7ad19231a56fe6edba93d /LibMatrix/Interfaces
parentFix alias thing? (diff)
downloadLibMatrix-2fa19a76b8f4ef72690f2d8ea0dd77ef2c5397da.tar.xz
Error handling
Diffstat (limited to 'LibMatrix/Interfaces')
-rw-r--r--LibMatrix/Interfaces/EventContent.cs2
1 files changed, 0 insertions, 2 deletions
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; }