feat(labrinth): shared instances moderation (#6784)

* feat(labrinth): shared instance report type

* style(labrinth): cargo fmt

* feat(labrinth): check that instance exists when reporting

* style(labrinth): cleanup unused import

* feat(labrinth): store version id for shared instance reports

* style(labrinth): satisfy clippy

* fix(labrinth): use string id instead of int
This commit is contained in:
Sychic
2026-07-23 20:20:25 +00:00
committed by GitHub
parent 054f1b42fd
commit 95f97a44ec
11 changed files with 128 additions and 13 deletions
+3
View File
@@ -312,6 +312,9 @@ vars! {
DELPHI_URL: String = "";
SHARED_INSTANCES_URL: String = "";
SHARED_INSTANCES_KEY: String = "";
AVALARA_1099_API_URL: String = "https://www.track1099.com/api";
AVALARA_1099_API_KEY: String = "none";
AVALARA_1099_API_TEAM_ID: String = "none";