From ebad3c78c6b5481871085b51b9217fb1b9d8857b Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Thu, 22 May 2025 13:29:47 +0100 Subject: [PATCH] fixup! feat: Add command to purge sync tokens for empty rooms --- src/admin/room/mod.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/admin/room/mod.rs b/src/admin/room/mod.rs index ee468e1c..61114b90 100644 --- a/src/admin/room/mod.rs +++ b/src/admin/room/mod.rs @@ -22,13 +22,13 @@ pub(super) enum RoomCommand { ListRooms { page: Option, - /// Only purge rooms that have federation disabled + /// Excludes rooms that we have federation disabled with #[arg(long)] - only_disabled: bool, + exclude_disabled: bool, - /// Only purge rooms that have been banned + /// Excludes rooms that we have banned #[arg(long)] - only_banned: bool, + exclude_banned: bool, #[arg(long)] /// Whether to only output room IDs without supplementary room