summary refs log tree commit diff
path: root/deps
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-28 16:16:43 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-28 16:17:39 +0300
commit4344b6964f63921aa300112bc3b62fdbaa64866a (patch)
tree9fdcad21eada05c41b31acc37162b681a10af5f0 /deps
parentUpgrade matrix-structs & mtxclient (diff)
downloadnheko-4344b6964f63921aa300112bc3b62fdbaa64866a.tar.xz
Save timeline messages in cache for faster startup times
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index 4994df38..99abbf35 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -37,7 +37,7 @@ set(BOOST_SHA256
     5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9)
 
 set(MATRIX_STRUCTS_URL https://github.com/mujx/matrix-structs)
-set(MATRIX_STRUCTS_TAG c24cb9b38312dfa24b33413847e3238600c678cd)
+set(MATRIX_STRUCTS_TAG 3a052a95c555ce3ae12b8a2e0508e8bb73266fa1)
 
 set(MTXCLIENT_URL https://github.com/mujx/mtxclient)
 set(MTXCLIENT_TAG 73491268f94ddeb606284836bb5f512d11b0e249)