Skip to content

Commit

Permalink
fix: eventbuilder for comment use wrong kind
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamir committed Nov 8, 2024
1 parent 431b31b commit 9322564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nostr/src/event/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ impl EventBuilder {
);

// Compose event
Self::new(Kind::TextNote, content, tags)
Self::new(Kind::Comment, content, tags)
}

/// Long-form text note (generally referred to as "articles" or "blog posts").
Expand Down

0 comments on commit 9322564

Please sign in to comment.