From b12892feb3d2adf19d42f366dc888e582cc6a556 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 9 Aug 2023 18:59:48 +0200 Subject: [PATCH] Remove usage of creator --- CMakeLists.txt | 2 +- im.nheko.Nheko.yaml | 2 +- src/ui/NhekoGlobalObject.cpp | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fe86b3b..0b7f7ae5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -601,7 +601,7 @@ if(USE_BUNDLED_MTXCLIENT) FetchContent_Declare( MatrixClient GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git - GIT_TAG 0a4cc9421a97bea81a8921f3f5e040f0a34278fc + GIT_TAG 928ac33a0d0359464ac37716559a687fdc39f0de ) set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "") set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") diff --git a/im.nheko.Nheko.yaml b/im.nheko.Nheko.yaml index 4fa8ccfb..cc2503a0 100644 --- a/im.nheko.Nheko.yaml +++ b/im.nheko.Nheko.yaml @@ -214,7 +214,7 @@ modules: buildsystem: cmake-ninja name: mtxclient sources: - - commit: 0a4cc9421a97bea81a8921f3f5e040f0a34278fc + - commit: 928ac33a0d0359464ac37716559a687fdc39f0de #tag: v0.9.2 type: git url: https://github.com/Nheko-Reborn/mtxclient.git diff --git a/src/ui/NhekoGlobalObject.cpp b/src/ui/NhekoGlobalObject.cpp index 1bab73b5..54c4c1c9 100644 --- a/src/ui/NhekoGlobalObject.cpp +++ b/src/ui/NhekoGlobalObject.cpp @@ -153,7 +153,6 @@ Nheko::createRoom(bool space, if (space) { req.creation_content = mtx::events::state::Create{}; req.creation_content->type = mtx::events::state::room_type::space; - req.creation_content->creator.clear(); req.creation_content->room_version.clear(); }