From 1e6fd6754eaf9deb98789b5e4738e93661291b33 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:40:00 +0200 Subject: [PATCH] fix: specify how friend requests are accepted --- API/client-server/v1/friend-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/client-server/v1/friend-request.md b/API/client-server/v1/friend-request.md index b1ad509..7efb5ac 100644 --- a/API/client-server/v1/friend-request.md +++ b/API/client-server/v1/friend-request.md @@ -2,7 +2,7 @@ POST /v1/friend-request --- -Sends a friend request to the given user. +Sends a friend request to the given user. Friend requests can be accepted by having the given user send a friend request back. ---