From 121387dbd2d6c17557f9a66fed0516a7b3e6d8a8 Mon Sep 17 00:00:00 2001 From: hak8or Date: Sun, 21 Sep 2025 20:07:53 -0400 Subject: [PATCH] Making mirrors be public by default (the heck Gemini ...) --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b06101a..fb2318d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -186,7 +186,7 @@ async fn main() -> Result<()> { uid: user.id, repo_name: &target_repo_name, mirror: true, - private: true, + private: false, description: format!("Mirror of {}", url_to_mirror), };