fix(GODT-2365): Use predictable remote ID for placeholder mailboxes

This commit is contained in:
James Houlahan
2023-02-15 10:13:52 +01:00
parent 08dab2d115
commit da82d7a107
2 changed files with 6 additions and 3 deletions

View File

@ -191,11 +191,14 @@ func New(
user.syncAbort.Do(ctx, func(ctx context.Context) {
if user.vault.SyncStatus().IsComplete() {
user.log.Info("Sync already complete, only system label will be updated")
if err := user.syncSystemLabels(ctx); err != nil {
user.log.WithError(err).Error("Failed to update system labels")
return
}
user.log.Info("System label update complete, starting API event stream")
return
}