mirror of
https://github.com/dergigi/boris.git
synced 2025-12-27 19:44:40 +01:00
fix(bookmarks): show bookmarked event author instead of list signer\n\n- During hydration, set IndividualBookmark.pubkey to hydrated event.pubkey\n- Ensures author resolution uses the actual author of the bookmarked event
This commit is contained in:
@@ -94,6 +94,7 @@ export function hydrateItems(
|
||||
if (!ev) return item
|
||||
return {
|
||||
...item,
|
||||
pubkey: ev.pubkey || item.pubkey,
|
||||
content: ev.content || item.content || '',
|
||||
created_at: ev.created_at || item.created_at,
|
||||
kind: ev.kind || item.kind,
|
||||
|
||||
Reference in New Issue
Block a user