From 1a9f7860d41fe14ca38bc9a3c99931dceae95679 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 16 Dec 2022 17:24:52 +0100 Subject: Fix sending confetti --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a7e333f..3af559a6 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 36619300be0dd8127b71119b443a07fffe4f53a3 + GIT_TAG 6252a4a902053fb227b61e65e76c1c29bc905a45 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") -- cgit 1.5.1