Skip to main content

Add friends

Adding someone as a friend lets you start a private chat and keep up with each other. You find people by their unique username — the lowercase handle on their profile, which is different from their display name.

Before you start

Ask your friend for their unique username, or have your own invite link ready to send them.

  1. Click Profile in the navigation, then look at the Friends panel.

  2. Click the add-friend icon in the top-right of the panel. The Add a new friend! dialog opens.

    Screenshot coming soon
    The Add a new friend! dialog with the invite link and the username field
    Capture spec (for maintainers)
    {
      "id": "web.profile-and-friends.add-friends.add-dialog",
      "platform": "web",
      "route": "/users/me",
      "actions": [
        {
          "pom": {
            "page": "FriendsPage",
            "call": "open"
          }
        },
        {
          "click": {
            "testId": "friend-add-trigger",
            "note": "the PersonAdd icon at the top-right of the Friends panel"
          }
        }
      ],
      "clip": {
        "selector": "[role=dialog]",
        "pad": 16
      }
    }
  3. Type your friend's handle in the Your Friend's Username field, then click Confirm.

  4. Or copy the friend invite link shown at the top of the dialog and send it to them — it works for people who aren't on Latte yet.

tip

A person won't appear in your friends list until they accept your request. You can see and cancel a request you've sent from the Pending view — see Manage friend requests.