diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-04-03 17:13:50 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-04-03 17:13:50 +0100 |
| commit | 29688c2cfe32a27dd9faabd66691f6db1cd4818a (patch) | |
| tree | 3ee2c5f93d44c4c9a0cc0d2bc21f5a23287c0b53 /src/lib/repo_ref.rs | |
| parent | 3e37a93e076a62516d3e24c1ab65cec5d6e66e3e (diff) | |
feat(send): add description to event signing process
resolving
nostr:note1qu8le4a8qz9hhxy6q85txejcq0kln0r3s9vdtwrhtqwvauc6nxuqn3fj0z
so it doesnt appear frozen when there are lots of events being signed
by a remote signer
Diffstat (limited to 'src/lib/repo_ref.rs')
| -rw-r--r-- | src/lib/repo_ref.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/repo_ref.rs b/src/lib/repo_ref.rs index b21a911..d37d7a9 100644 --- a/src/lib/repo_ref.rs +++ b/src/lib/repo_ref.rs | |||
| @@ -195,6 +195,7 @@ impl RepoRef { | |||
| 195 | .concat(), | 195 | .concat(), |
| 196 | ), | 196 | ), |
| 197 | signer, | 197 | signer, |
| 198 | "repo announcement".to_string(), | ||
| 198 | ) | 199 | ) |
| 199 | .await | 200 | .await |
| 200 | .context("failed to create repository reference event") | 201 | .context("failed to create repository reference event") |