add send patch panel
This commit is contained in:
@@ -35,10 +35,10 @@ pub struct Announcement {
|
||||
pub hashtags: Vec<String>,
|
||||
}
|
||||
|
||||
/// The `u` tag of a fork announcement (NIP-34): the repository this one is a
|
||||
/// subordinate fork of. The first value is the upstream coordinate
|
||||
/// (`30617:<pubkey>:<id>`) or a git URL; the second is an optional relay hint
|
||||
/// for the upstream.
|
||||
/// The `u` tag of a fork announcement (NIP-34)
|
||||
/// the repository this one is a subordinate fork of. The first value is
|
||||
/// the upstream coordinate (`30617:<pubkey>:<id>`) or a git URL.
|
||||
/// The second is an optional relay hint for the upstream.
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct Upstream {
|
||||
/// Raw first value of the `u` tag (coordinate or git URL).
|
||||
|
||||
Reference in New Issue
Block a user