about summary refs log tree commit diff
path: root/LibMatrix.LegacyEvents.EventTypes/Common/RoomEmotesEventContent.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--LibMatrix.LegacyEvents.EventTypes/Common/RoomEmotesEventContent.cs (renamed from LibMatrix.EventTypes/Common/RoomEmotesEventContent.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix.EventTypes/Common/RoomEmotesEventContent.cs b/LibMatrix.LegacyEvents.EventTypes/Common/RoomEmotesEventContent.cs
index b9a837f..ee268d9 100644
--- a/LibMatrix.EventTypes/Common/RoomEmotesEventContent.cs
+++ b/LibMatrix.LegacyEvents.EventTypes/Common/RoomEmotesEventContent.cs
@@ -1,6 +1,6 @@
 using System.Text.Json.Serialization;
 
-namespace LibMatrix.EventTypes.Common;
+namespace LibMatrix.LegacyEvents.EventTypes.Common;
 
 [MatrixEvent(EventName = EventId)]
 public class RoomEmotesEventContent : TimelineEventContent {