chore: Deduplicate tags

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-27 08:45:20 +00:00
parent ea862dac5f
commit 15d834dc0f
4 changed files with 4 additions and 1 deletions

View File

@@ -192,9 +192,9 @@ impl CommandRunner for ReplyArgs {
root.as_ref(),
repos.first().and_then(|r| r.relays.first()).cloned(),
)
.dedup_tags()
.pow(options.pow)
.tags(content_details.into_tags())
.tag(Tag::public_key(reply_to.pubkey))
.build(user_pubk);
let event_id = event.id.expect("There is an id");