diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-29 00:30:53 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-29 00:30:53 +0100 |
commit | b0ff1baa1d1c38523b5479a5191a5559f4c21bf6 (patch) | |
tree | 913c6e8d5062343f5876497b0917e9be60cb2db4 /CMakeLists.txt | |
parent | Fix newlines in plain text messages again (diff) | |
download | nheko-b0ff1baa1d1c38523b5479a5191a5559f4c21bf6.tar.xz |
Add command for invite,kick,ban and unban
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d5faa4a9..c2496f2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -333,7 +333,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 1fd59de2a37e6b547db8e5b52114f3f10171ef2f + GIT_TAG 03b5008a05f895e91e3968de7b68db50f6c41b2a ) FetchContent_MakeAvailable(MatrixClient) else() |