GODT-1815: Start with missing gluon files

This commit is contained in:
James Houlahan
2022-09-27 13:22:07 +02:00
parent 612fb7ad7b
commit 9670e29d9f
18 changed files with 241 additions and 101 deletions

View File

@ -34,7 +34,7 @@ func (user *User) sync(ctx context.Context) error {
UserID: user.ID(),
}
if err := user.vault.UpdateSync(true); err != nil {
if err := user.vault.SetSync(true); err != nil {
return fmt.Errorf("failed to update sync status: %w", err)
}