diff --git a/core/src/datastore/changes/changes-stream.ts b/core/src/datastore/changes/changes-stream.ts index df350b8eaf..c5c32793ce 100644 --- a/core/src/datastore/changes/changes-stream.ts +++ b/core/src/datastore/changes/changes-stream.ts @@ -40,7 +40,6 @@ export class ChangesStream { pouchDbDatastore.changesNotifications().subscribe(async document => { if (isProjectDocument(document)) { - await this.datastore.convert(document); ObserverUtil.notify(this.projectDocumentObservers, document); }