mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Overrides pubkey to avoid impersonators on seals.
This commit is contained in:
parent
cd008d78a0
commit
0c22e66e8f
@ -137,7 +137,7 @@ class Gossip(
|
||||
val content: String?,
|
||||
) {
|
||||
fun mergeWith(event: SealedGossipEvent): Event {
|
||||
val newPubKey = pubKey?.ifBlank { null } ?: event.pubKey
|
||||
val newPubKey = event.pubKey // forces to be the pubkey of the seal to make sure impersonators don't impersonate
|
||||
val newCreatedAt = if (createdAt != null && createdAt > 1000) createdAt else event.createdAt
|
||||
val newKind = kind ?: -1
|
||||
val newTags = (tags ?: emptyArray()).plus(event.tags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user