about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/Common/MjolnirShortcodeEventContent.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix.EventTypes/Common/MjolnirShortcodeEventContent.cs')
-rw-r--r--LibMatrix.EventTypes/Common/MjolnirShortcodeEventContent.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/LibMatrix.EventTypes/Common/MjolnirShortcodeEventContent.cs b/LibMatrix.EventTypes/Common/MjolnirShortcodeEventContent.cs
deleted file mode 100644
index a31cbbb..0000000
--- a/LibMatrix.EventTypes/Common/MjolnirShortcodeEventContent.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System.Text.Json.Serialization;
-
-namespace LibMatrix.EventTypes.Common;
-
-[MatrixEvent(EventName = EventId)]
-public class MjolnirShortcodeEventContent : TimelineEventContent {
-    public const string EventId = "org.matrix.mjolnir.shortcode";
-
-    [JsonPropertyName("shortcode")]
-    public string? Shortcode { get; set; }
-}
\ No newline at end of file