Remove usage of creator

This commit is contained in:
Nicolas Werner 2023-08-09 18:59:48 +02:00
parent 9a64db064a
commit b12892feb3
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
3 changed files with 2 additions and 3 deletions

View file

@ -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();
}