feat: Exclude empty rooms from !admin rooms list by default

Reviewed-By: Ginger <ginger@gingershaped.computer>
This commit is contained in:
timedout
2026-02-15 21:25:59 +00:00
committed by Jade Ellis
parent 4e1dac32a5
commit b7a8cbdb42
2 changed files with 19 additions and 0 deletions
+4
View File
@@ -30,6 +30,10 @@ pub enum RoomCommand {
#[arg(long)]
exclude_banned: bool,
/// Includes disconnected/empty rooms (rooms with zero members)
#[arg(long)]
include_empty: bool,
#[arg(long)]
/// Whether to only output room IDs without supplementary room
/// information