mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Bump mtxclient for better mentions support on older servers
This commit is contained in:
parent
12501bfe02
commit
f3c8fb089a
2 changed files with 2 additions and 2 deletions
|
@ -606,7 +606,7 @@ if(USE_BUNDLED_MTXCLIENT)
|
|||
FetchContent_Declare(
|
||||
MatrixClient
|
||||
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
||||
GIT_TAG 58af2030c22e2dae7d6156c70572714c6363acee
|
||||
GIT_TAG 8b3c9a34770df147fbd78134dc71a9b27471d153
|
||||
)
|
||||
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
|
||||
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
|
||||
|
|
|
@ -223,7 +223,7 @@ modules:
|
|||
buildsystem: cmake-ninja
|
||||
name: mtxclient
|
||||
sources:
|
||||
- commit: 58af2030c22e2dae7d6156c70572714c6363acee
|
||||
- commit: 8b3c9a34770df147fbd78134dc71a9b27471d153
|
||||
#tag: v0.9.2
|
||||
type: git
|
||||
url: https://github.com/Nheko-Reborn/mtxclient.git
|
||||
|
|
Loading…
Reference in a new issue