diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-31 03:35:04 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-31 03:35:04 +0200 |
commit | 0f361151d799ba1587cb865a48f4273326c256af (patch) | |
tree | 96ecbe230df3ad5fdf6ae27042c00bce54bf60c0 | |
parent | Require a working secrets storage (diff) | |
download | nheko-0f361151d799ba1587cb865a48f4273326c256af.tar.xz |
Fix parsing query keys responses with optional keys missing
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | 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: |