diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-05-17 01:14:56 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-05-17 01:14:56 +0200 |
commit | f3c8fb089aa539599b6df7eff99bc3304af16356 (patch) | |
tree | 6ba7d6296101b99c5785951840673f13c72b9373 | |
parent | Remove cirrus CI (diff) | |
download | nheko-f3c8fb089aa539599b6df7eff99bc3304af16356.tar.xz |
Bump mtxclient for better mentions support on older servers
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | im.nheko.Nheko.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d0412403..5054be05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -606,7 +606,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 58af2030c22e2dae7d6156c70572714c6363acee + GIT_TAG 8b3c9a34770df147fbd78134dc71a9b27471d153 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/im.nheko.Nheko.yaml b/im.nheko.Nheko.yaml index 6100bb77..8150b292 100644 --- a/im.nheko.Nheko.yaml +++ b/im.nheko.Nheko.yaml @@ -223,7 +223,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: 58af2030c22e2dae7d6156c70572714c6363acee + - commit: 8b3c9a34770df147fbd78134dc71a9b27471d153 #tag: v0.9.2 type: git url: https://github.com/Nheko-Reborn/mtxclient.git |