You've already forked AstralRinth
forked from didirus/AstralRinth
Include region in user subscription metadata (#3733)
This commit is contained in:
committed by
GitHub
parent
7b535a1c2a
commit
7223c2b197
@@ -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