summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-10-17 14:36:22 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-10-17 14:36:22 +0200
commit1423011dd9f4a6595f0d25cdbfedcecffe2b591b (patch)
tree2fa248e7dac32efa7674c0d0a565683025169d3d
parentVoIP v1 implementation (#1161) (diff)
downloadnheko-1423011dd9f4a6595f0d25cdbfedcecffe2b591b.tar.xz
bump mtxclient to fix notification bug
-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 1a790f05..3a11a187 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -593,7 +593,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG fc10a689fd6dbcd8e99e45903d0bd6351577f300 + GIT_TAG e139f8b98fb2cfb0d89b44b63af86d037c2f2c55 ) 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 db113981..c2c8e5fa 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/io.github.NhekoReborn.Nheko.yaml
@@ -182,7 +182,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: fc10a689fd6dbcd8e99e45903d0bd6351577f300 + - commit: e139f8b98fb2cfb0d89b44b63af86d037c2f2c55 #tag: v0.8.2 type: git url: https://github.com/Nheko-Reborn/mtxclient.git