diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-10-04 21:46:31 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-10-04 21:46:31 +0200 |
commit | 4dd5f9841dcc9d3e43f8376b748ab1fa115c54a6 (patch) | |
tree | bcd3e31543162bd4f155aa7450cd4972f8dc9cd4 /CMakeLists.txt | |
parent | Merge pull request #744 from LorenDB/reorganizeQml (diff) | |
download | nheko-4dd5f9841dcc9d3e43f8376b748ab1fa115c54a6.tar.xz |
Add additional check for invalid megolm sessions
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 85726fed..a3b344b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -385,7 +385,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG b452a984b0fc522c21bb8df7d320bf13960974d0 + GIT_TAG 4a598632f432953f4dbfacf6cfed4f85a1c59c5a ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") |