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

Fix skipping over all events after a redaction

parent f6192574
No related branches found
No related tags found
No related merge requests found
......@@ -581,7 +581,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG 1f42cb0c8560a92b2640306b32cb6a330c564a31
GIT_TAG 3a617ea4b5469f01f99724fc76593229a3f3edab
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
......
......@@ -203,7 +203,7 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- commit: 1f42cb0c8560a92b2640306b32cb6a330c564a31
- commit: 3a617ea4b5469f01f99724fc76593229a3f3edab
#tag: v0.7.0
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
......
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