diff --git a/app/lib/computation/QuickSync.ts b/app/lib/computation/QuickSync.ts
index 038740eb783966a31dc57680471ba183c47e3afa..ccdeac10a1f5955744d21a5359557d069fe722e1 100644
--- a/app/lib/computation/QuickSync.ts
+++ b/app/lib/computation/QuickSync.ts
@@ -126,7 +126,7 @@ export class QuickSynchronizer {
 
         // Remember expiration dates
         for (const entry of index) {
-          if (entry.op === 'CREATE' && (entry.expires_on || entry.revokes_on)) {
+          if (entry.expires_on || entry.revokes_on) {
             sync_expires.push(entry.expires_on || entry.revokes_on);
           }
         }