summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-01-14 19:39:06 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-01-14 19:39:06 +0100
commit60eb5d51a899532c0c286c74898d6aa660baf7d3 (patch)
tree4ad738c8883b43e2db1f83735423c46627869399
parentDon't start in tray, if only minimize to tray is enabled (diff)
downloadnheko-60eb5d51a899532c0c286c74898d6aa660baf7d3.tar.xz
Update mtxclient with more explicit session backup errors
fixes #371
-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 d0a5c2a7..37c9b370 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -354,7 +354,7 @@ if(USE_BUNDLED_MTXCLIENT)
 	FetchContent_Declare(
 		MatrixClient
 		GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
-		GIT_TAG        f364a5e83db3f1978b6c3d3453accae02c9267c3
+		GIT_TAG        f83988606723da50b486022d859b6451228c814d
 		)
 	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 6760c816..b8d85289 100644
--- a/io.github.NhekoReborn.Nheko.json
+++ b/io.github.NhekoReborn.Nheko.json
@@ -152,7 +152,7 @@
       "name": "mtxclient",
       "sources": [
         {
-          "commit": "f364a5e83db3f1978b6c3d3453accae02c9267c3",
+          "commit": "f83988606723da50b486022d859b6451228c814d",
           "type": "git",
           "url": "https://github.com/Nheko-Reborn/mtxclient.git"
         }