From bb971b057526c77af47181e2c956cb415c4e4bbc Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Mon, 24 Jul 2023 19:07:45 -0400 Subject: Add report message functionality --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 996d3aba..a84f6106 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -595,7 +595,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 8936559c00542528a7776d774fccb7ff674c9c7f + GIT_TAG f878e29420c037f45b575fbd29a11cabce3c010a ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") @@ -772,6 +772,7 @@ set(QML_SOURCES resources/qml/dialogs/RawMessageDialog.qml resources/qml/dialogs/ReadReceipts.qml resources/qml/dialogs/ReCaptchaDialog.qml + resources/qml/dialogs/ReportMessage.qml resources/qml/dialogs/RoomDirectory.qml resources/qml/dialogs/RoomMembers.qml resources/qml/dialogs/AllowedRoomsSettingsDialog.qml -- cgit 1.5.1