This commit is contained in:
Jacob Taylor 2026-02-23 19:21:36 -08:00
parent f47b562905
commit 7480cf842c

View file

@ -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,