fix warn
This commit is contained in:
parent
f47b562905
commit
7480cf842c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ pub(super) async fn purge_sync_tokens(&self, room: OwnedRoomOrAliasId) -> Result
|
|||
|
||||
/// Target options for room purging
|
||||
#[derive(Default, Debug, clap::ValueEnum, Clone)]
|
||||
pub(crate) enum RoomTargetOption {
|
||||
pub enum RoomTargetOption {
|
||||
#[default]
|
||||
/// Target all rooms
|
||||
All,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue