1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix/Responses/StateEventResponse.cs b/LibMatrix/Responses/StateEventResponse.cs
index b3d5b96..c60d71c 100644
--- a/LibMatrix/Responses/StateEventResponse.cs
+++ b/LibMatrix/Responses/StateEventResponse.cs
@@ -23,7 +23,7 @@ public class StateEventResponse : StateEvent {
public string UserId { get; set; }
[JsonPropertyName("replaces_state")]
- public string ReplacesState { get; set; }
+ public new string ReplacesState { get; set; }
public class UnsignedData {
[JsonPropertyName("age")]
|