mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Only attempt to force sync content if it needs creation before reading
This commit is contained in:
parent
3136705a75
commit
8d271daf38
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ extension DataService {
|
|||
print("SERVER SYNC STATUS FOR LOADING ITEM", serverSyncStatus)
|
||||
if let id = id, let url = url, let title = title,
|
||||
let serverSyncStatus = serverSyncStatus,
|
||||
serverSyncStatus != ServerSyncStatus.isNSync.rawValue
|
||||
serverSyncStatus == ServerSyncStatus.needsCreation.rawValue
|
||||
{
|
||||
do {
|
||||
if let originalHtml = originalHtml {
|
||||
|
|
|
|||
Loading…
Reference in a new issue