Disable local delete sync
This commit is contained in:
parent
7a7f484796
commit
71d6891132
5 changed files with 9 additions and 23 deletions
|
@ -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.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue