mirror of
https://github.com/dergigi/boris.git
synced 2026-01-28 03:04:21 +01:00
refactor: remove synthetic added_at field, use created_at from bookmark list event
This commit is contained in:
@@ -146,7 +146,6 @@ export async function collectBookmarksFromEvents(
|
||||
parsedContent: undefined,
|
||||
type: 'web' as const,
|
||||
isPrivate: false,
|
||||
added_at: evt.created_at || Math.floor(Date.now() / 1000),
|
||||
sourceKind: 39701,
|
||||
setName: dTag,
|
||||
setTitle,
|
||||
|
||||
Reference in New Issue
Block a user