summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-08-09 18:59:48 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-08-09 18:59:48 +0200
commitb12892feb3d2adf19d42f366dc888e582cc6a556 (patch)
tree72fa77b599882c4e363bc48d36e96256a6a26c22 /src
parentMerge pull request #1531 from Nheko-Reborn/smootherReactions (diff)
downloadnheko-b12892feb3d2adf19d42f366dc888e582cc6a556.tar.xz
Remove usage of creator
Diffstat (limited to 'src')
-rw-r--r--src/ui/NhekoGlobalObject.cpp1
1 files changed, 0 insertions, 1 deletions
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();
     }