This commit is contained in:
mdecimus
2025-05-26 08:04:25 +02:00
parent c76a660623
commit dd4508638c
7 changed files with 58 additions and 817 deletions

View File

@@ -380,7 +380,7 @@ impl Store {
Ok(())
}
pub async fn purge_account(&self, account_id: u32) -> trc::Result<()> {
pub async fn danger_destroy_account(&self, account_id: u32) -> trc::Result<()> {
for subspace in [
SUBSPACE_BITMAP_ID,
SUBSPACE_BITMAP_TAG,