···1919 pub plc_directory: Option<String>,
2020 /// Adds contact details (email / bluesky handle / website) to the UA header.
2121 pub ua_contact: Option<String>,
2222- /// DIDs of label services to force subscription to.
2323- #[serde(default)]
2424- pub initial_label_services: Vec<String>,
2222+ pub label_source: Option<String>,
2523 /// Where to store the resume information for labels and indexer only.
2624 pub resume_path: Option<String>,
2725