Add a new CompactIndex action

This commit is contained in:
Clément Renault
2025-10-02 17:14:50 +02:00
parent 55d6a81a75
commit 511cb0ff82
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(),
);