upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/lib/repo_ref.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/repo_ref.rs')
-rw-r--r--src/lib/repo_ref.rs1
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")