fix: improve article loading performance and error handling

This commit is contained in:
Gigi
2025-10-25 01:02:42 +02:00
parent 33d6e5882d
commit 1d989eae76

View File

@@ -248,7 +248,6 @@ export function useArticleLoader({
return h.eventReference === coord || h.eventReference === eventId
})
})
await fetchHighlightsForArticle(
relayPool,
coord,
@@ -311,5 +310,4 @@ export function useArticleLoader({
setCurrentArticleEventId,
setCurrentArticle
])
}