summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-05-15 12:04:00 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-05-15 12:04:00 +0200
commit461ae93ce85e0c3c84d80fda6e28648efb452279 (patch)
treeef56d4cbe2ae30693ade311ae92551c05cc76aa7
parentEnable Werror only for Nheko target in clazy CI (diff)
downloadnheko-461ae93ce85e0c3c84d80fda6e28648efb452279.tar.xz
Guard against servers sending null in the unused fallback keys property
-rw-r--r--CMakeLists.txt2
-rw-r--r--io.github.NhekoReborn.Nheko.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt

index f0071100..1b9a7581 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -400,7 +400,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG f1250b3f212171cacca791ed585cab53cf34c199 + GIT_TAG 754800d226f71864d8b6925e47542d509333e998 ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index e972c056..44350c6d 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml
@@ -203,7 +203,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: f1250b3f212171cacca791ed585cab53cf34c199 + - commit: 754800d226f71864d8b6925e47542d509333e998 #tag: v0.7.0 type: git url: https://github.com/Nheko-Reborn/mtxclient.git