aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workers')
-rw-r--r--apps/workers/workers/feedWorker.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/workers/workers/feedWorker.ts b/apps/workers/workers/feedWorker.ts
index 19076b50..38b06c47 100644
--- a/apps/workers/workers/feedWorker.ts
+++ b/apps/workers/workers/feedWorker.ts
@@ -209,6 +209,7 @@ async function run(req: DequeuedJob<ZFeedRequestSchema>) {
trpcClient.bookmarks.createBookmark({
type: BookmarkTypes.LINK,
url: item.link!,
+ source: "rss",
}),
),
);