Change ssb_id to id to keep style uniformity
This commit is contained in:
parent
c8b3ecc278
commit
5837271675
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user