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 0ff2cee..661cf63 100644
--- a/LibMatrix/EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs
+++ b/LibMatrix/EventTypes/Spec/Ephemeral/RoomTypingEventContent.cs
@@ -4,7 +4,7 @@ using LibMatrix.Interfaces;
 namespace LibMatrix.EventTypes.Spec.State;
 
 [MatrixEvent(EventName = "m.typing")]
-public class RoomTypingEventContent : EventContent {
+public class RoomTypingEventContent : TimelineEventContent {
     [JsonPropertyName("user_ids")]
     public string[]? UserIds { get; set; }
 }