We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e9ab12 + a53f49d commit e276993Copy full SHA for e276993
1 file changed
src/main/java/com/couchbase/lite/replicator/PusherInternal.java
@@ -749,7 +749,7 @@ private void submitRevisions(final List<DocumentChange> changes) {
749
// Skip revisions that originally came from the database I'm syncing to:
750
URL source = change.getSource();
751
if (source != null && source.toURI().equals(remoteUri))
752
- return;
+ continue;
753
RevisionInternal rev = change.getAddedRevision();
754
if (rev == null)
755
continue;
0 commit comments