Fix skipping over all events after a redaction

This commit is contained in:
Nicolas Werner 2022-07-19 18:55:05 +02:00
parent f61925749b
commit 5524a2a199
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
2 changed files with 2 additions and 2 deletions

View File

@ -581,7 +581,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare( FetchContent_Declare(
MatrixClient MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git 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_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")

View File

@ -203,7 +203,7 @@ modules:
buildsystem: cmake-ninja buildsystem: cmake-ninja
name: mtxclient name: mtxclient
sources: sources:
- commit: 1f42cb0c8560a92b2640306b32cb6a330c564a31 - commit: 3a617ea4b5469f01f99724fc76593229a3f3edab
#tag: v0.7.0 #tag: v0.7.0
type: git type: git
url: https://github.com/Nheko-Reborn/mtxclient.git url: https://github.com/Nheko-Reborn/mtxclient.git