about summary refs log tree commit diff
path: root/LibMatrix/Responses/SyncResponse.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-09 17:28:08 +0200
committerRory& <root@rory.gay>2025-05-14 14:11:52 +0200
commit9460daa7262a88a6955ef2d61b89fe83ce63849f (patch)
tree4763c3916027aabcc688962a6213d0af891e0b84 /LibMatrix/Responses/SyncResponse.cs
parentmsc4222 fixes (diff)
downloadLibMatrix-9460daa7262a88a6955ef2d61b89fe83ce63849f.tar.xz
Add helper to check if type and state key for 2 events match, or 2
events are equal
Diffstat (limited to 'LibMatrix/Responses/SyncResponse.cs')
-rw-r--r--LibMatrix/Responses/SyncResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix/Responses/SyncResponse.cs b/LibMatrix/Responses/SyncResponse.cs

index 47fb753..d79e820 100644 --- a/LibMatrix/Responses/SyncResponse.cs +++ b/LibMatrix/Responses/SyncResponse.cs
@@ -167,7 +167,7 @@ public class SyncResponse { ]).Max(); } - [JsonConverter(typeof(JsonStringEnumConverter))] + [JsonConverter(typeof(JsonStringEnumConverter<Msc4222SyncType>))] public enum Msc4222SyncType { None, Server,