BloomFeed Addons v0.22

This commit is contained in:
Esteban
2026-07-04 20:22:16 +02:00
parent c4d1308497
commit d58f2195f5
22 changed files with 832 additions and 7 deletions
+6
View File
@@ -13,6 +13,10 @@ use Throwable;
class FeedFetcherService
{
public function __construct(private readonly NotifierDispatchService $notifier)
{
}
/**
* Fetch, parse and store new articles for a single feed.
*
@@ -66,6 +70,8 @@ class FeedFetcherService
$article->feed()->associate($feed);
$article->save();
$this->notifier->notifyNewArticle($article);
$newCount++;
}