mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 17:44:50 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user