fix: bulk update updating linked content (#6517)

* fix: bulk update updating linked content

* fix: disabled content sometimes desyncing

* fix: bad filter

* fix: fmt
This commit is contained in:
Calum H.
2026-06-26 17:50:15 +02:00
committed by GitHub
parent e4376c2b15
commit ebf4a6ef5f
9 changed files with 114 additions and 22 deletions
+1
View File
@@ -97,6 +97,7 @@ type ReleaseChannel = 'release' | 'beta' | 'alpha'
export type InstanceLoader = 'vanilla' | 'forge' | 'fabric' | 'quilt' | 'neoforge'
type ContentFile = {
enabled: boolean
metadata?: {
project_id: string
version_id: string