mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 18:14:49 +00:00
Include region in user subscription metadata (#3733)
This commit is contained in:
@@ -145,7 +145,7 @@ impl SubscriptionStatus {
|
||||
#[derive(Serialize, Deserialize)]
|
||||
#[serde(tag = "type", rename_all = "kebab-case")]
|
||||
pub enum SubscriptionMetadata {
|
||||
Pyro { id: String },
|
||||
Pyro { id: String, region: Option<String> },
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user