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-09 17:28:23 +0200
commita2b318f6f52dfec7f217643273e5b4e0855fe9e0 (patch)
tree4763c3916027aabcc688962a6213d0af891e0b84 /LibMatrix/Responses/SyncResponse.cs
parentmsc4222 fixes (diff)
downloadLibMatrix-a2b318f6f52dfec7f217643273e5b4e0855fe9e0.tar.xz
WIP: reword me later HEAD master
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,