Skip to content

Commit

Permalink
Just return feed with empty article list if nothing is found.
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinGeekDev committed Jan 21, 2025
1 parent 4f09f4a commit 209ff70
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ class RssHelper @Inject constructor(
} catch (e: Exception) {
e.printStackTrace()
Log.e("RLog", "syncNostrFeedNew[${feed.name}]: ${e.message}")
// FeedWithArticle(feed, emptyList())
throw e
FeedWithArticle(feed, emptyList())
}

fun buildArticleFromNostrEvent(
Expand Down

0 comments on commit 209ff70

Please sign in to comment.