add_friend

Function add_friend 

Source
pub async fn add_friend(
    __arg0: State<Arc<Node>>,
    __arg1: Json<AddFriendRequest>,
) -> impl IntoResponse
Expand description

Adds a new friend to the user’s friend list.