diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-10-20 21:35:49 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-10-20 21:35:49 +0200 |
commit | 911b461e5d25a30fea1174e6d9b7b9303a21e011 (patch) | |
tree | 5fbb294741e4732907fd0a214fb8ddaa0232cce1 /CMakeLists.txt | |
parent | Clean up key requests + autoreload (diff) | |
download | nheko-911b461e5d25a30fea1174e6d9b7b9303a21e011.tar.xz |
Fix corrupt channel + add additional debugging
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 4f6a6a38..2fa839be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -340,7 +340,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG da9958e14e035fbf22d498074d381b2ea0092a9d + GIT_TAG 6432e89a3465e58ed838dd2abdcb0f91bd4f05b0 ) FetchContent_MakeAvailable(MatrixClient) else() |