Add a new CompactIndex action

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