Fix content rules matching everything

fixes #1218
This commit is contained in:
Nicolas Werner 2022-11-02 19:34:56 +01:00
parent 40ac55ddd9
commit 0ae29d8bfc
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
2 changed files with 2 additions and 2 deletions

View file

@ -593,7 +593,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 23dc88d8c3fb3bd20fd161f5b5fe6b4fe812d983 GIT_TAG a1b7b81ce00ef5808eac0fdd895a95044e1b07ed
) )
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

@ -182,7 +182,7 @@ modules:
buildsystem: cmake-ninja buildsystem: cmake-ninja
name: mtxclient name: mtxclient
sources: sources:
- commit: 23dc88d8c3fb3bd20fd161f5b5fe6b4fe812d983 - commit: a1b7b81ce00ef5808eac0fdd895a95044e1b07ed
#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