diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-09 18:26:32 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-09-09 18:26:32 +0200 |
commit | 8bec1f1934359acbd8fe0ce766adeaa01cd9e40a (patch) | |
tree | eee114ff130e5efc12593c0cdd31943b691f4361 | |
parent | Bump version (diff) | |
download | nheko-8bec1f1934359acbd8fe0ce766adeaa01cd9e40a.tar.xz |
Fix crash when joining a room with preview
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | io.github.NhekoReborn.Nheko.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f0b07d52..d6d7ce0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -582,7 +582,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG v0.8.1 + GIT_TAG c2fbf21790ac73c4b360bab25b7ef2ab0bfef88f ) 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 82f40017..ed32fa3e 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml @@ -203,8 +203,8 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: d4301e79862f5167806ecebd12746da21d6b3886 - tag: v0.8.1 + - commit: c2fbf21790ac73c4b360bab25b7ef2ab0bfef88f + #tag: v0.8.1 type: git url: https://github.com/Nheko-Reborn/mtxclient.git - config-opts: |