diff --git a/CMakeLists.txt b/CMakeLists.txt index 2aff9914..de617dc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -337,7 +337,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG fa6e36dbcd922c1920873b3fcdfe0a9d283f082e + GIT_TAG 0665c8baf4af0ce192adb8ca97761b63b681d569 ) FetchContent_MakeAvailable(MatrixClient) else() diff --git a/io.github.NhekoReborn.Nheko.json b/io.github.NhekoReborn.Nheko.json index 8cdd7b90..c71a5771 100644 --- a/io.github.NhekoReborn.Nheko.json +++ b/io.github.NhekoReborn.Nheko.json @@ -146,7 +146,7 @@ "name": "mtxclient", "sources": [ { - "commit": "fa6e36dbcd922c1920873b3fcdfe0a9d283f082e", + "commit": "0665c8baf4af0ce192adb8ca97761b63b681d569", "type": "git", "url": "https://github.com/Nheko-Reborn/mtxclient.git" }