diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-26 21:59:57 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-26 21:59:57 +0300 |
commit | bcdebe9503a588043dfcb250648edc349c710d3e (patch) | |
tree | 0551ecc40ae750e98a0b1d8e8eb04bde6ba1cc2e /deps/CMakeLists.txt | |
parent | Add foreground color for disabled buttons on the dark theme (diff) | |
download | nheko-bcdebe9503a588043dfcb250648edc349c710d3e.tar.xz |
Don't use the generic json type for joined_groups
fixes #389
Diffstat (limited to '')
-rw-r--r-- | deps/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 8d6df7a4..9060d70b 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -42,7 +42,7 @@ set(MATRIX_STRUCTS_URL https://github.com/mujx/matrix-structs) set(MATRIX_STRUCTS_TAG 8de04afea34e95c14d1dde82af390592dfde90dd) set(MTXCLIENT_URL https://github.com/mujx/mtxclient) -set(MTXCLIENT_TAG 2f519d28b4521f7f234b2ed0f32360cbb1edd2f7) +set(MTXCLIENT_TAG ca66424489b4d3e6ea447b853157fa88f0b849b3) set(TWEENY_URL https://github.com/mobius3/tweeny) set(TWEENY_TAG b94ce07cfb02a0eb8ac8aaf66137dabdaea857cf) |