Start implementing the new share extension, mostly so we can show the sync status

This commit is contained in:
Jackson Harper
2022-06-02 15:29:57 -07:00
parent 92f8218960
commit ef72e09006
6 changed files with 192 additions and 137 deletions

View File

@ -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)
}