about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/Helpers/SyncHelper.cs
diff options
context:
space:
mode:
authorEmma@Rory& <root@rory.gay>2023-07-27 18:19:13 +0200
committerEmma@Rory& <root@rory.gay>2023-07-27 18:19:13 +0200
commitad5c1364f2f8c4f50436da21b24d6a0b960da6ab (patch)
treed01f49bfe8f4fe97848e30f4f05ba6556db3e388 /MatrixRoomUtils.Core/Helpers/SyncHelper.cs
parentMRU desktop start (diff)
downloadMatrixUtils-ad5c1364f2f8c4f50436da21b24d6a0b960da6ab.tar.xz
Add latest code before splitting projects
Diffstat (limited to 'MatrixRoomUtils.Core/Helpers/SyncHelper.cs')
-rw-r--r--MatrixRoomUtils.Core/Helpers/SyncHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Core/Helpers/SyncHelper.cs b/MatrixRoomUtils.Core/Helpers/SyncHelper.cs
index ea9317e..e12164c 100644
--- a/MatrixRoomUtils.Core/Helpers/SyncHelper.cs
+++ b/MatrixRoomUtils.Core/Helpers/SyncHelper.cs
@@ -42,7 +42,7 @@ public class SyncHelper {
 
             // var res = await JsonSerializer.DeserializeAsync<SyncResult>(await req.Content.ReadAsStreamAsync());
 
-#if DEBUG
+#if DEBUG && false
             var jsonObj = await req.Content.ReadFromJsonAsync<JsonElement>();
             try {
                 await _homeServer._httpClient.PostAsJsonAsync(