Skip to content

Commit

Permalink
fix(index): Restart index updates after syncing index
Browse files Browse the repository at this point in the history
  • Loading branch information
castaway committed Dec 16, 2024
1 parent ba56b5b commit ffec168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/xapian/searchservice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ export class SearchService {
this.localSearchActivated = true;
this.messagelistservice.refreshFolderList();

this.indexWorker.postMessage({'action': PostMessageAction.updateIndexWithNewChanges });
this.updateIndexLastUpdateTime();

this.downloadProgress = null;
Expand Down

0 comments on commit ffec168

Please sign in to comment.