diff --git a/gift.go b/gift.go index ea9b54d..3cb3a99 100644 --- a/gift.go +++ b/gift.go @@ -282,6 +282,9 @@ a decoupled key (if it has been created or received with "nak dekey" previously) return fmt.Errorf("failed to decrypt rumor: %w", err) } + rumor.PubKey = seal.PubKey + rumor.ID = rumor.GetID() + // output the unwrapped event (rumor) stdout(rumor.String()) }