From d62c9724b7f4cb728cd5b5496fdcc0eba8330772 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 21 Sep 2024 16:56:42 +0000 Subject: feature(web): Preserve title, tags and createdAt when importing a netscape html. Fixes #401 --- packages/trpc/routers/bookmarks.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/trpc') diff --git a/packages/trpc/routers/bookmarks.ts b/packages/trpc/routers/bookmarks.ts index e685d5c2..eb189def 100644 --- a/packages/trpc/routers/bookmarks.ts +++ b/packages/trpc/routers/bookmarks.ts @@ -339,6 +339,7 @@ export const bookmarksAppRouter = router({ archived: input.archived, favourited: input.favourited, note: input.note, + createdAt: input.createdAt, }) .where( and( -- cgit v1.2.3-70-g09d2