mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-27 00:56:36 +02:00
fixup! feat: Add command to purge sync tokens for empty rooms
This commit is contained in:
parent
c338fd8453
commit
ebad3c78c6
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue