diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/ngit/sub_commands/set_subject.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bin/ngit/sub_commands/set_subject.rs b/src/bin/ngit/sub_commands/set_subject.rs index 0dc16f5..541cbd8 100644 --- a/src/bin/ngit/sub_commands/set_subject.rs +++ b/src/bin/ngit/sub_commands/set_subject.rs | |||
| @@ -150,12 +150,6 @@ async fn publish_set_subject_event( | |||
| 150 | // Notify the target event author. | 150 | // Notify the target event author. |
| 151 | tags.push(Tag::public_key(target.pubkey)); | 151 | tags.push(Tag::public_key(target.pubkey)); |
| 152 | 152 | ||
| 153 | // Human-readable alt text. | ||
| 154 | tags.push(Tag::custom( | ||
| 155 | nostr::TagKind::Custom(std::borrow::Cow::Borrowed("alt")), | ||
| 156 | vec![format!("set {target_kind} subject to: {subject}")], | ||
| 157 | )); | ||
| 158 | |||
| 159 | let subject_event = ngit::client::sign_event( | 153 | let subject_event = ngit::client::sign_event( |
| 160 | EventBuilder::new(KIND_LABEL, "").tags(tags), | 154 | EventBuilder::new(KIND_LABEL, "").tags(tags), |
| 161 | &signer, | 155 | &signer, |