Skip to content
Snippets Groups Projects
Verified Commit 8bec1f19 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix crash when joining a room with preview

parent 143d7c9b
No related branches found
No related tags found
No related merge requests found
Pipeline #3584 passed
......@@ -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 "")
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment