From 9138119dc42f914950e09ee4136d1cef62077e7c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 28 Oct 2022 19:34:55 +0200 Subject: [PATCH] Fix reactions matching displayname condition by accident --- CMakeLists.txt | 2 +- io.github.NhekoReborn.Nheko.yaml | 2 +- 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