Add loaders + game versions param to mods (#528)

This commit is contained in:
Geometrically
2023-01-27 19:24:40 -07:00
committed by GitHub
parent df3aeed291
commit 26533c47e7
14 changed files with 1114 additions and 880 deletions

View File

@@ -301,6 +301,9 @@ pub async fn get_update_from_hash(
.map(|x| x.0)
.collect(),
),
None,
None,
None,
&**pool,
)
.await?;
@@ -493,6 +496,9 @@ pub async fn update_files(
.map(|x| x.0.clone())
.collect(),
),
None,
None,
None,
&**pool,
)
.await?;