Making mirrors be public by default (the heck Gemini ...)
All checks were successful
Cargo Build & Test / Rust project - latest (1.90) (push) Successful in 4m14s

This commit is contained in:
2025-09-21 20:07:53 -04:00
parent 0292577ff8
commit 121387dbd2

View File

@@ -186,7 +186,7 @@ async fn main() -> Result<()> {
uid: user.id, uid: user.id,
repo_name: &target_repo_name, repo_name: &target_repo_name,
mirror: true, mirror: true,
private: true, private: false,
description: format!("Mirror of {}", url_to_mirror), description: format!("Mirror of {}", url_to_mirror),
}; };