about summary refs log tree commit diff
path: root/LibMatrix/StateEventTypes/Spec/ProfileResponseEventData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibMatrix/StateEventTypes/Spec/ProfileResponseEventData.cs')
-rw-r--r--LibMatrix/StateEventTypes/Spec/ProfileResponseEventData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix/StateEventTypes/Spec/ProfileResponseEventData.cs b/LibMatrix/StateEventTypes/Spec/ProfileResponseEventData.cs
index 14449e0..9b4f1d0 100644
--- a/LibMatrix/StateEventTypes/Spec/ProfileResponseEventData.cs
+++ b/LibMatrix/StateEventTypes/Spec/ProfileResponseEventData.cs
@@ -3,7 +3,7 @@ using LibMatrix.Interfaces;
 
 namespace LibMatrix.StateEventTypes.Spec;
 
-public class ProfileResponseEventData : IStateEventType {
+public class ProfileResponseEventContent : EventContent {
     [JsonPropertyName("avatar_url")]
     public string? AvatarUrl { get; set; }