about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/Spec/Ephemeral
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-01-23 19:41:04 +0100
committerRory& <root@rory.gay>2025-01-23 19:41:04 +0100
commit9c290989dfcf84c00f1351c4b168c8c030130639 (patch)
tree4ed3adeaf18ad1dc76a2c8b7f7c3157ad4fa33aa /LibMatrix.EventTypes/Spec/Ephemeral
parentClean up imports in bot utils (diff)
downloadLibMatrix-9c290989dfcf84c00f1351c4b168c8c030130639.tar.xz
Clean up more imports and fix namespaces.
Diffstat (limited to 'LibMatrix.EventTypes/Spec/Ephemeral')
-rw-r--r--LibMatrix.EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix.EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs b/LibMatrix.EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs

index 494936d..a7d431c 100644 --- a/LibMatrix.EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs +++ b/LibMatrix.EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs
@@ -1,6 +1,6 @@ using System.Text.Json.Serialization; -namespace LibMatrix.EventTypes.Spec.State; +namespace LibMatrix.EventTypes.Spec.Ephemeral; [MatrixEvent(EventName = EventId)] public class RoomTypingEventContent : EventContent {