diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-16 23:30:50 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-16 23:30:50 +0300 |
commit | 791a9d0a4d04a6340e04a303d5e055acfd8ed53a (patch) | |
tree | 130969532fa174118224861a20029c4282fc7e92 /cmake | |
parent | Add menu to modify the name & topic of the room (diff) | |
download | nheko-791a9d0a4d04a6340e04a303d5e055acfd8ed53a.tar.xz |
Hide the edit menu when the user doesn't have enough power
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/MatrixStructs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/MatrixStructs.cmake b/cmake/MatrixStructs.cmake index cf8e4710..b010ad20 100644 --- a/cmake/MatrixStructs.cmake +++ b/cmake/MatrixStructs.cmake @@ -21,7 +21,7 @@ ExternalProject_Add( MatrixStructs GIT_REPOSITORY https://github.com/mujx/matrix-structs - GIT_TAG 55a1a5aad0ead3cc45475fc1aed1bf54a56e352c + GIT_TAG ddba5a597be4bafd20e1dd37e5e7b7dc798b0997 BUILD_IN_SOURCE 1 SOURCE_DIR ${MATRIX_STRUCTS_ROOT} |