You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: application/core/documents/src/commonMain/kotlin/io/writeopia/core/folders/sync/DocumentConflictHandler.kt
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,26 @@ class DocumentConflictHandler(
26
26
externalDocuments:List<Document>
27
27
): List<Document> {
28
28
val now =Clock.System.now()
29
-
// Todo: Implement!! Save external documents and remove localDocuments. A more complex
30
-
// handling of conflicts can be implemented in the future.
0 commit comments