upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/git/handlers.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-02-18 19:28:28 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-18 19:28:28 +0000
commit3d9359d5ac0045fb93fd8732160e0de8413d6881 (patch)
tree625836b625f285271de940d7ab28ab254b821f8a /src/git/handlers.rs
parent07c8c00274298e90654207d8baceb1089514ccae (diff)
Revert "feat: upgrade repo to Full sync and trigger PR event subscription after announcement promotion"
This reverts commit d76003b629a4a03dba23a8a1c41da6e4ac4c30cf.
Diffstat (limited to 'src/git/handlers.rs')
-rw-r--r--src/git/handlers.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/git/handlers.rs b/src/git/handlers.rs
index 129ca2c..017eee4 100644
--- a/src/git/handlers.rs
+++ b/src/git/handlers.rs
@@ -307,7 +307,6 @@ pub async fn handle_receive_pack(
307 Some(&relay), 307 Some(&relay),
308 &purgatory, 308 &purgatory,
309 git_data_path_buf, 309 git_data_path_buf,
310 None,
311 ) 310 )
312 .await 311 .await
313 { 312 {