Bug fix for reposted nostr events

This commit is contained in:
Kgothatso Ngako
2026-05-02 23:12:36 +02:00
parent a10ed03ef3
commit 8b20f71a66

View File

@@ -526,7 +526,7 @@ abstract class NostrDao(
repostedRelation.repostedProfilePublicKey
} else {
repostedNostrEvent.pubKey
repostedRelation.repostedProfilePublicKey ?: repostedNostrEvent.pubKey
}
val repostedProfile = repostedProfilePublicKey?.let { database.profileDao().getProfileByPublicKey(it) }