summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-07-09 15:36:15 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-07-09 15:36:28 +0200
commit11fa4821aa4ff93849b16dd3c9a7575533f6f296 (patch)
treeb1952709198aaa9a2c376ad4e6efea786c1cd2c1 /CMakeLists.txt
parentTranslated using Weblate (French) (diff)
downloadnheko-11fa4821aa4ff93849b16dd3c9a7575533f6f296.tar.xz
Support rendering policy rules
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 ef57e213..a4331d25 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -581,7 +581,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        842e10c4ae36aba23a20849e766f0c54b19fd4b6
+		GIT_TAG        6f908f379c6d7afb6117baee3a59c6f5e3adfdda
 		)
 	set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
 	set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")