summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-10-28 19:34:55 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-10-28 19:35:06 +0200
commit9138119dc42f914950e09ee4136d1cef62077e7c (patch)
tree08886ee96abf06c1870c2d25ab67aced044829d6
parentMake sure we use qt5 macdeployqt (diff)
downloadnheko-9138119dc42f914950e09ee4136d1cef62077e7c.tar.xz
Fix reactions matching displayname condition by accident
-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 2b456b1a..153f8cb9 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 b19b81ce6a1cc792908ad900f23c80c6505ca357 + GIT_TAG 23dc88d8c3fb3bd20fd161f5b5fe6b4fe812d983 ) 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 60ad7b1f..45113176 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: b19b81ce6a1cc792908ad900f23c80c6505ca357 + - commit: 23dc88d8c3fb3bd20fd161f5b5fe6b4fe812d983 #tag: v0.8.2 type: git url: https://github.com/Nheko-Reborn/mtxclient.git