summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@ymail.com>2022-04-08 05:27:29 +0200
committerNicolas Werner <nicolas.werner@ymail.com>2022-04-08 05:27:29 +0200
commit5dbbf3db4c384da21af4c5e11d70aa667aa4a08e (patch)
tree4e578d3528bfb9a9acb49dd6f0bbb6bc98e09c74
parentFix SSSS if another client used the wrong base64 format (diff)
downloadnheko-5dbbf3db4c384da21af4c5e11d70aa667aa4a08e.tar.xz
Fix sending sender_key in key requests
-rw-r--r--CMakeLists.txt2
-rw-r--r--io.github.NhekoReborn.Nheko.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 6b16f008..c7f281e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -401,7 +401,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 8781d1a13b8ac3771d39d402449c5c06bf68b73a + GIT_TAG a083b98975d19b7d553c19960ee0ba3702e922d3 ) 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 732a9bc9..b6059143 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml
@@ -176,7 +176,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: 8781d1a13b8ac3771d39d402449c5c06bf68b73a + - commit: a083b98975d19b7d553c19960ee0ba3702e922d3 #tag: v0.7.0 type: git url: https://github.com/Nheko-Reborn/mtxclient.git