Skip to content
Snippets Groups Projects
Commit 557e6099 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Make sender_key in key requests optional

parent 5dbbf3db
No related branches found
No related tags found
No related merge requests found
Pipeline #2965 passed
......@@ -401,7 +401,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG a083b98975d19b7d553c19960ee0ba3702e922d3
GIT_TAG 288f585725ecdf2e5e04c5985fdbf658a7fe8a1b
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
......
......@@ -176,7 +176,7 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- commit: a083b98975d19b7d553c19960ee0ba3702e922d3
- commit: 288f585725ecdf2e5e04c5985fdbf658a7fe8a1b
#tag: v0.7.0
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment