summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-11-02 19:34:56 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-11-02 19:35:07 +0100
commit0ae29d8bfcd49a16fa6315bf95cd112f6a126974 (patch)
tree11ca69645ca491f51bf0ad83b02b907cf06fbbf2
parentHighlight higlight tweaks in the timeline (diff)
downloadnheko-0ae29d8bfcd49a16fa6315bf95cd112f6a126974.tar.xz
Fix content rules matching everything
fixes #1218
-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 153f8cb9..fd942fe9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -593,7 +593,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 23dc88d8c3fb3bd20fd161f5b5fe6b4fe812d983 + GIT_TAG a1b7b81ce00ef5808eac0fdd895a95044e1b07ed ) 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 45113176..69be7301 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml
@@ -182,7 +182,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: 23dc88d8c3fb3bd20fd161f5b5fe6b4fe812d983 + - commit: a1b7b81ce00ef5808eac0fdd895a95044e1b07ed #tag: v0.8.2 type: git url: https://github.com/Nheko-Reborn/mtxclient.git