From 08f5483df2c01eba7c764cdaec94fca71e4976b8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 30 May 2024 09:31:29 +0000 Subject: Clarify LegacyEvent types --- LibMatrix.EventTypes/Spec/RoomMessageReactionEventContent.cs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 LibMatrix.EventTypes/Spec/RoomMessageReactionEventContent.cs (limited to 'LibMatrix.EventTypes/Spec/RoomMessageReactionEventContent.cs') diff --git a/LibMatrix.EventTypes/Spec/RoomMessageReactionEventContent.cs b/LibMatrix.EventTypes/Spec/RoomMessageReactionEventContent.cs deleted file mode 100644 index e2c0c8f..0000000 --- a/LibMatrix.EventTypes/Spec/RoomMessageReactionEventContent.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace LibMatrix.EventTypes.Spec; - -[MatrixEvent(EventName = EventId)] -public class RoomMessageReactionEventContent : TimelineEventContent { - public const string EventId = "m.reaction"; -} \ No newline at end of file -- cgit 1.4.1