mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-06-09 08:32:37 +00:00
feat(plc): support AtprotoLabeler service
This commit is contained in:
@@ -45,6 +45,8 @@ pub enum ServiceType {
|
||||
Pds,
|
||||
#[serde(rename = "AtprotoAppView")]
|
||||
AppView,
|
||||
#[serde(rename = "AtprotoLabeler")]
|
||||
Labeler,
|
||||
}
|
||||
|
||||
impl ServiceType {
|
||||
@@ -52,6 +54,7 @@ impl ServiceType {
|
||||
match self {
|
||||
Self::Pds => "AtprotoPersonalDataServer",
|
||||
Self::AppView => "AtprotoAppView",
|
||||
Self::Labeler => "AtprotoLabeler",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user