mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix sending encrypted edits
This commit is contained in:
parent
9d7235867e
commit
613b9a27da
2 changed files with 2 additions and 2 deletions
|
@ -380,7 +380,7 @@ if(USE_BUNDLED_MTXCLIENT)
|
|||
FetchContent_Declare(
|
||||
MatrixClient
|
||||
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
||||
GIT_TAG 3de33120f6e2ef8e5d29b9a1a1000bfd5eea13b3
|
||||
GIT_TAG 1c277e9ac69aafdaf6888ce595b21dc86e970f28
|
||||
)
|
||||
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
|
||||
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
|
||||
|
|
|
@ -161,7 +161,7 @@ modules:
|
|||
buildsystem: cmake-ninja
|
||||
name: mtxclient
|
||||
sources:
|
||||
- commit: 9ecaefe377d4dab688caee186e4a263cb7f105e8
|
||||
- commit: 1c277e9ac69aafdaf6888ce595b21dc86e970f28
|
||||
type: git
|
||||
url: https://github.com/Nheko-Reborn/mtxclient.git
|
||||
- config-opts:
|
||||
|
|
Loading…
Reference in a new issue