diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-07 23:59:23 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-07 23:59:23 +0300 |
commit | 278eccc04086f3033c71a753f0fc0ab35a3cbb66 (patch) | |
tree | f246fc75066150e2901a4be33dc6a604ac4a2505 /deps | |
parent | Add a timeline message when encryption is enabled (diff) | |
download | nheko-278eccc04086f3033c71a753f0fc0ab35a3cbb66.tar.xz |
Add context menu action to request encryption keys
Diffstat (limited to 'deps')
-rw-r--r-- | deps/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index c0d00d53..13426538 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -39,10 +39,10 @@ set(BOOST_SHA256 5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9) set(MATRIX_STRUCTS_URL https://github.com/mujx/matrix-structs) -set(MATRIX_STRUCTS_TAG 3a052a95c555ce3ae12b8a2e0508e8bb73266fa1) +set(MATRIX_STRUCTS_TAG 92a5e99db51301b5abf626aa872a1a87b7727634) set(MTXCLIENT_URL https://github.com/mujx/mtxclient) -set(MTXCLIENT_TAG 73491268f94ddeb606284836bb5f512d11b0e249) +set(MTXCLIENT_TAG 708c8c6772b9bd99d77c5be6bb3ba58643258628) set(TWEENY_URL https://github.com/mobius3/tweeny) set(TWEENY_TAG b94ce07cfb02a0eb8ac8aaf66137dabdaea857cf) |