feat: add admin channel wipe endpoint

This commit is contained in:
İspik
2026-06-13 11:33:23 +03:00
parent e48d92c635
commit 05bceb6d4a
8 changed files with 86 additions and 1 deletions

View File

@@ -329,6 +329,7 @@ auto_derived! {
// Channels
DeleteChannel,
EditChannel,
WipeChannel
}
// Joiner payloads
@@ -380,6 +381,7 @@ impl AdminAuditItemActions {
AdminAuditItemActions::DisableAccount => true,
AdminAuditItemActions::DeleteChannel => true,
AdminAuditItemActions::EditChannel => true,
AdminAuditItemActions::WipeChannel => true,
}
}
}