Start implementing the new share extension, mostly so we can show the sync status
This commit is contained in:
@ -24,6 +24,8 @@ import Utils
|
||||
|
||||
guard let username = username else { return }
|
||||
|
||||
// If the page was locally created, make sure they are synced before we pull content
|
||||
await dataService.syncUnsyncedArticleContent(itemID: requestID)
|
||||
await fetchLinkedItem(dataService: dataService, requestID: requestID, username: username)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user