Bug fix on repost placeholder pubkey

This commit is contained in:
Kgothatso Ngako
2026-04-22 04:18:38 +02:00
parent c7a8f17dd4
commit 3a55b2662e

View File

@@ -302,7 +302,7 @@ abstract class NostrDao(
// Persist PlaceHolder and sync
database.profileDao().insertPlaceholderProfile(
Profile(
publicKey = nostrEvent.pubKey,
publicKey = repost.repostedPostAuthorPublicKey,
createdAt = GENESIS_AT,
nostrEventId = nostrEvent.id, // Will get overwriting by sync handled by tagged events...
)