summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-07-23 17:58:17 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-07-23 17:58:17 +0200
commite5fec03d273557e0c4e62955956b3f78b1d4cb8c (patch)
tree449baf2d3a0692d72b713688bd648bb83ead2683 /CMakeLists.txt
parentAdd menu to enable or disable stickers globally (diff)
downloadnheko-e5fec03d273557e0c4e62955956b3f78b1d4cb8c.tar.xz
Update mtxclient
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 90ad1276..7d2d5dc3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -382,7 +382,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        1c277e9ac69aafdaf6888ce595b21dc86e970f28
+		GIT_TAG        bc203a0e01abcff85ae1972f1ab9de3fabc3dba6
 		)
 	set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
 	set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")