diff --git a/fractal-gtk/src/appop/room.rs b/fractal-gtk/src/appop/room.rs index 2a408ecd..46fe86a1 100644 --- a/fractal-gtk/src/appop/room.rs +++ b/fractal-gtk/src/appop/room.rs @@ -156,7 +156,8 @@ impl AppOp { .unwrap_or(-1), }; - if user_power >= 0 { + // No room admin information, assuming normal + if user_power >= 0 || room.admins.len() == 0 { msg_entry.set_editable(true); msg_entry_stack.set_visible_child_name("Text Entry");