···129129 false => {
130130 //also_known as a list starts the array with the highest priority handle
131131 let formatted_handle =
132132- format!("@{}", also_known_as[0]).replace("at://", "");
132132+ format!("{}", also_known_as[0]).replace("at://", "");
133133 Ok(formatted_handle)
134134 }
135135 }