ghassmo 4 лет назад
Родитель
Сommit
1038b7b061
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      bin/darkwikid/src/main.rs

+ 2 - 0
bin/darkwikid/src/main.rs

@@ -171,6 +171,8 @@ impl Darkwiki {
                 } else {
                     sync_patch.extend_ops(received_patch.ops());
                 }
+            } else {
+                sync_patch.extend_ops(received_patch.ops());
             }
 
             sync_patch.timestamp = received_patch.timestamp;