Change ssb_id to id to keep style uniformity

This commit is contained in:
notplants 2021-11-15 12:29:33 +01:00
parent c8b3ecc278
commit 5837271675

View File

@ -376,7 +376,7 @@ impl Sbot {
/// # Arguments /// # Arguments
/// ///
/// * `name` - A string slice representing a profile name (bio) /// * `name` - A string slice representing a profile name (bio)
/// * `id` - A string slice representing a ssb_id (profile reference / public key) of who the name is for /// * `id` - A string slice representing a id (profile reference / public key) of who the name is for
/// ///
pub fn publish_name(&self, id: &str, name: &str) -> Result<String, SbotCliError> { pub fn publish_name(&self, id: &str, name: &str) -> Result<String, SbotCliError> {
let output = Command::new(&self.sbotcli_path) let output = Command::new(&self.sbotcli_path)