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.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/LibMatrix/EventTypes/Common/MjolnirShortcodeEventContent.cs b/LibMatrix/EventTypes/Common/MjolnirShortcodeEventContent.cs
deleted file mode 100644
index a09a393..0000000
--- a/LibMatrix/EventTypes/Common/MjolnirShortcodeEventContent.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System.Text.Json.Serialization;
-using LibMatrix.Interfaces;
-
-namespace LibMatrix.EventTypes.Common;
-
-[MatrixEvent(EventName = "org.matrix.mjolnir.shortcode")]
-public class MjolnirShortcodeEventContent : TimelineEventContent {
-    [JsonPropertyName("shortcode")]
-    public string? Shortcode { get; set; }
-}