summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-08 17:00:52 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-08 17:01:22 +0100
commitb3ff70fee987984067f24827d0a57225b408fb87 (patch)
tree96c40ee438c6d7dd5a0f76a58a4657dac0dacc97
parentImprove fetching of device keys after login (diff)
downloadnheko-b3ff70fee987984067f24827d0a57225b408fb87.tar.xz
Fix bootstrap after registration
-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 fdbdaaa2..d033d00f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -388,7 +388,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 7fe7a70fcf7540beb6d7b4847e53a425de66c6bf + GIT_TAG fc5d01c775bde656b6d69954189522d138efe022 ) 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 19a2ad4f..fdd22ea6 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: 7fe7a70fcf7540beb6d7b4847e53a425de66c6bf + - commit: fc5d01c775bde656b6d69954189522d138efe022 type: git url: https://github.com/Nheko-Reborn/mtxclient.git - config-opts: