Update mtxclient with more explicit session backup errors

fixes #371
This commit is contained in:
Nicolas Werner 2021-01-14 19:39:06 +01:00
parent 0567f669c2
commit 60eb5d51a8
2 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare( FetchContent_Declare(
MatrixClient MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git 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_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")

View File

@ -152,7 +152,7 @@
"name": "mtxclient", "name": "mtxclient",
"sources": [ "sources": [
{ {
"commit": "f364a5e83db3f1978b6c3d3453accae02c9267c3", "commit": "f83988606723da50b486022d859b6451228c814d",
"type": "git", "type": "git",
"url": "https://github.com/Nheko-Reborn/mtxclient.git" "url": "https://github.com/Nheko-Reborn/mtxclient.git"
} }