mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
Have app send download analytics meta (#5954)
* wip: add download reasons to app * update how download meta is gathered * cargo fmt * prepr frontend
This commit is contained in:
@@ -35,6 +35,7 @@ impl ModrinthCredentials {
|
||||
None,
|
||||
Some(("Authorization", &*creds.session)),
|
||||
None,
|
||||
None,
|
||||
semaphore,
|
||||
exec,
|
||||
)
|
||||
@@ -226,6 +227,7 @@ async fn fetch_info(
|
||||
None,
|
||||
Some(("Authorization", token)),
|
||||
None,
|
||||
None,
|
||||
semaphore,
|
||||
exec,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user