diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-10-08 16:17:38 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-10-08 16:17:38 +0200 |
commit | cd43147b77da5852c336fcac857da5c6e7f09569 (patch) | |
tree | 18e0dfb035897dcc7edb8b72ec0ccac5b72fa09d /CMakeLists.txt | |
parent | Calculate verification status from cross-signing sigs and update dynamically (diff) | |
download | nheko-cd43147b77da5852c336fcac857da5c6e7f09569.tar.xz |
Implement signature upload for own master key
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bdfc7798..9280f7aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -341,7 +341,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG f84611f129b46746a4b586acaba54fc31a303bc6 + GIT_TAG ad5575bc24089dc385e97d9ace026414b618775c ) FetchContent_MakeAvailable(MatrixClient) else() |