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

@@ -115,6 +115,7 @@ impl CommandRunner for AnnounceArgs {
self.label.into_iter().map(utils::str_trim).collect(),
self.force_id,
)?
.dedup_tags()
.pow(options.pow)
.build(user_pubk);