Skip to content
Snippets Groups Projects
Verified Commit b12892fe authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove usage of creator

parent 9a64db06
No related branches found
No related tags found
No related merge requests found
Pipeline #5062 passed
......@@ -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 "")
......
......@@ -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
......
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment