summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-03-11 19:59:48 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-03-12 17:14:18 +0100
commit2a70847c80d71eb123518f4c1780fbe1a77a4c55 (patch)
tree6c712feae7729188fac525befee6460c785ba074
parentDisable room pings in replies (diff)
downloadnheko-2a70847c80d71eb123518f4c1780fbe1a77a4c55.tar.xz
Bump mtxclient version
-rw-r--r--CMakeLists.txt2
-rw-r--r--io.github.NhekoReborn.Nheko.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index afc76f73..313ee050 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -359,7 +359,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG d0905f8facef2aa3dbaf40715d4375d5a99c9fc4 + GIT_TAG ace7fa2d89a64de7b84c77d1fa1bc80486408831 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json
index 72142fcb..e5e8dc90 100644 --- a/io.github.NhekoReborn.Nheko.json +++ b/io.github.NhekoReborn.Nheko.json
@@ -220,7 +220,7 @@ "name": "mtxclient", "sources": [ { - "commit": "d0905f8facef2aa3dbaf40715d4375d5a99c9fc4", + "commit": "ace7fa2d89a64de7b84c77d1fa1bc80486408831", "type": "git", "url": "https://github.com/Nheko-Reborn/mtxclient.git" }