Disable local delete sync

This commit is contained in:
Scott Nonnenberg 2024-06-20 12:23:01 -07:00 committed by GitHub
parent 7a7f484796
commit 71d6891132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 23 deletions

View file

@ -1837,9 +1837,7 @@ export async function startApp(): Promise<void> {
try {
// Note: we always have to register our capabilities all at once, so we do this
// after connect on every startup
await server.registerCapabilities({
deleteSync: true,
});
await server.registerCapabilities({});
} catch (error) {
log.error(
'Error: Unable to register our capabilities.',