summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-04-13 23:42:18 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-04-13 23:43:09 +0200
commit99314c948edf1258829b0b6772664dc448625044 (patch)
tree5432bd956175ac25e88d86173d8e0aa593861d57 /CMakeLists.txt
parentStore state events with state keys (diff)
downloadnheko-99314c948edf1258829b0b6772664dc448625044.tar.xz
Fix broken olm channels automatically
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca66e167..b208756e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -361,7 +361,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        808605299937203696a572c585a51509b1de28cf
+		GIT_TAG        5b7654c5d4512abc38806a0f44efc199029ceef4
 		)
 	set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
 	set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")