fix(cli): 🐛 Don't federate changes to remote users, initialize search indexer on all CLI commands

This commit is contained in:
Jesse Wierzbinski 2024-06-29 22:55:50 -10:00
parent 49a2552e96
commit 57b295ccf2
No known key found for this signature in database
5 changed files with 29 additions and 20 deletions

View file

@ -33,8 +33,6 @@ export default class IndexRebuild extends BaseCommand<typeof IndexRebuild> {
this.exit(1);
}
await searchManager.connect();
const spinner = ora("Rebuilding search indexes").start();
switch (args.type) {