From 0f361151d799ba1587cb865a48f4273326c256af Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Tue, 31 Aug 2021 03:35:04 +0200 Subject: [PATCH] Fix parsing query keys responses with optional keys missing --- CMakeLists.txt | 2 +- io.github.NhekoReborn.Nheko.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb83ae2f..174fdb7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -384,7 +384,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 8de4df36b43bb3882e71ed609ec8d7c8fe713ce0 + GIT_TAG 6306ce3bab0b4d478ade213c09e79d30f04f161e ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index c35a3429..855005c9 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -163,7 +163,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: 8de4df36b43bb3882e71ed609ec8d7c8fe713ce0 + - commit: 6306ce3bab0b4d478ade213c09e79d30f04f161e type: git url: https://github.com/Nheko-Reborn/mtxclient.git - config-opts: