diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-18 19:28:28 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-18 19:28:28 +0000 |
| commit | 3d9359d5ac0045fb93fd8732160e0de8413d6881 (patch) | |
| tree | 625836b625f285271de940d7ab28ab254b821f8a /src/git/handlers.rs | |
| parent | 07c8c00274298e90654207d8baceb1089514ccae (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.rs | 1 |
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 | { |