fixup! feat: Add command to purge sync tokens for empty rooms

This commit is contained in:
Jade Ellis 2025-05-22 13:29:47 +01:00
parent c338fd8453
commit ebad3c78c6
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -22,13 +22,13 @@ pub(super) enum RoomCommand {
ListRooms { ListRooms {
page: Option<usize>, page: Option<usize>,
/// Only purge rooms that have federation disabled /// Excludes rooms that we have federation disabled with
#[arg(long)] #[arg(long)]
only_disabled: bool, exclude_disabled: bool,
/// Only purge rooms that have been banned /// Excludes rooms that we have banned
#[arg(long)] #[arg(long)]
only_banned: bool, exclude_banned: bool,
#[arg(long)] #[arg(long)]
/// Whether to only output room IDs without supplementary room /// Whether to only output room IDs without supplementary room