summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-11-01 04:19:50 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-11-01 04:19:50 +0100
commit59ed44879ac45ca37b3c40bbd72858103f9c7cf7 (patch)
tree3a0b61bea34268e0f1db8516d12fa0a70beb1664
parentFix schannel support on Windows (diff)
downloadnheko-59ed44879ac45ca37b3c40bbd72858103f9c7cf7.tar.xz
Fix hidden event types empty string means unsupported
fixes #1600
-rw-r--r--CMakeLists.txt2
-rw-r--r--im.nheko.Nheko.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index 52e7b56d..1ec601e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -595,7 +595,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG f7734a6f26eddc74fb59c4e4bd0be28b632af9fd + GIT_TAG 72f9a20c048c3482386b0916ef76fb9f4d890be8 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/im.nheko.Nheko.yaml b/im.nheko.Nheko.yaml
index 36eb16d5..979c6d2e 100644 --- a/im.nheko.Nheko.yaml +++ b/im.nheko.Nheko.yaml
@@ -214,7 +214,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: f7734a6f26eddc74fb59c4e4bd0be28b632af9fd + - commit: 72f9a20c048c3482386b0916ef76fb9f4d890be8 #tag: v0.9.2 type: git url: https://github.com/Nheko-Reborn/mtxclient.git