Add a new CompactIndex action

This commit is contained in:
Clément Renault
2025-10-02 17:14:50 +02:00
committed by Kerollmops
parent 113aac8815
commit 53905c1362
2 changed files with 8 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ impl HeedAuthStore {
Action::IndexesGet,
Action::IndexesUpdate,
Action::IndexesSwap,
Action::IndexesCompact,
]
.iter(),
);