pub async fn add_friend(
__arg0: State<Arc<Node>>,
__arg1: Json<AddFriendRequest>,
) -> impl IntoResponseExpand description
Adds a new friend to the user’s friend list.
pub async fn add_friend(
__arg0: State<Arc<Node>>,
__arg1: Json<AddFriendRequest>,
) -> impl IntoResponseAdds a new friend to the user’s friend list.