summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-07-19 18:55:05 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-07-19 18:57:21 +0200
commit5524a2a199c134ccc929176bcf2fb27be4a1d00c (patch)
tree307ef2862c7dc360159c82ea41b48edcecaf0149
parentTranslated using Weblate (Chinese (Simplified)) (diff)
downloadnheko-5524a2a199c134ccc929176bcf2fb27be4a1d00c.tar.xz
Fix skipping over all events after a redaction
-rw-r--r--CMakeLists.txt2
-rw-r--r--io.github.NhekoReborn.Nheko.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 57bd6860..9fc85656 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -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 "") diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index 84c858e8..de3213a3 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml
@@ -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