Add analytics meta for downloading dependent projects (#6318)

* Send dependent mod info to backend

* Parse meta from query

* condense dependent_on and modpack

* Analytics dependents response
This commit is contained in:
aecsocket
2026-06-09 15:47:52 +00:00
committed by GitHub
parent 3258d7dbdf
commit bc5a761312
15 changed files with 363 additions and 22 deletions
+1
View File
@@ -29,6 +29,7 @@ pub struct Download {
pub reason: String,
pub game_version: String,
pub loader: String,
pub dependent_on_version_id: u64,
}
/// Why a project was downloaded.