Remove usage of creator
This commit is contained in:
parent
9a64db064a
commit
b12892feb3
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user