Remove usage of creator
This commit is contained in:
parent
9a64db064a
commit
b12892feb3
3 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue