diff options
| author | erik-nilcoast <138068205+erik-nilcoast@users.noreply.github.com> | 2025-03-22 17:38:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-22 22:38:50 +0000 |
| commit | b3417d87a0565b3536029e3b1e347611b5c6679b (patch) | |
| tree | f68d2faba080c41bb6c14d9e44ef68f6735f832e /packages/trpc/routers/bookmarks.ts | |
| parent | 13ba417f55ffd77bb5f4d4f4b53f349bd6d2dc4d (diff) | |
| download | karakeep-b3417d87a0565b3536029e3b1e347611b5c6679b.tar.zst | |
feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)
Diffstat (limited to 'packages/trpc/routers/bookmarks.ts')
| -rw-r--r-- | packages/trpc/routers/bookmarks.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/trpc/routers/bookmarks.ts b/packages/trpc/routers/bookmarks.ts index 1849f43c..c97383cb 100644 --- a/packages/trpc/routers/bookmarks.ts +++ b/packages/trpc/routers/bookmarks.ts @@ -1083,6 +1083,8 @@ export const bookmarksAppRouter = router({ Title: ${bookmark.title ?? ""} Description: ${bookmark.description ?? ""} Content: ${bookmark.content ?? ""} +Publisher: ${bookmark.publisher ?? ""} +Author: ${bookmark.author ?? ""} `; const prompts = await ctx.db.query.customPrompts.findMany({ |
