Fix sync with empty invite state

This commit is contained in:
Nicolas Werner 2022-09-10 13:19:22 +02:00
parent 9b751fe6d8
commit 2bdb9c4347
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
2 changed files with 3 additions and 3 deletions

View File

@ -582,7 +582,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 v0.8.2 GIT_TAG 251dc12469ecd96d0ec491551589b244f12d6d92
) )
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

@ -203,8 +203,8 @@ modules:
buildsystem: cmake-ninja buildsystem: cmake-ninja
name: mtxclient name: mtxclient
sources: sources:
- commit: 42bf1fd01d5b5aca58c1b284510fc1a30d949785 - commit: 251dc12469ecd96d0ec491551589b244f12d6d92
tag: v0.8.2 #tag: v0.8.2
type: git type: git
url: https://github.com/Nheko-Reborn/mtxclient.git url: https://github.com/Nheko-Reborn/mtxclient.git
- config-opts: - config-opts: