about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix.EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs')
-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 48739f2..494936d 100644
--- a/LibMatrix.EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs
+++ b/LibMatrix.EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs
@@ -8,4 +8,4 @@ public class RoomTypingEventContent : EventContent {
 
     [JsonPropertyName("user_ids")]
     public string[]? UserIds { get; set; }
-}
+}
\ No newline at end of file