Skip to content

Commit a49bd2a

Browse files
authored
Update friendrequest.md
1 parent 7c8f85d commit a49bd2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/server/friendrequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ A list of all known keys can be found in the table below
3434
| 32 | friendRequestID | **Integer** | An ID unique to each friend request. (I'm not 100% certain on this)
3535
| 35 | message | **String** | The friend requests's message, encoded in [base64](/topics/encryption/base64.md)
3636
| 37 | age | **String** | How long ago the friend request was sent (e.g. "2 months")
37-
| 41 | isBlocked | **Bool** | if you have blocked the user
37+
| 41 | NewFriendRequest | **Bool** | if the friend request is new
3838

3939
### Trivia
4040

41-
- By sending yourself a friend request through 3rd party tools, you can actually block yourself. Doing so doesn't have any serious consequences as you can see in this [video by Cvolton](https://www.youtube.com/watch?v=R18tKYFrIqE)
41+
- By sending yourself a friend request through 3rd party tools, you can actually block yourself. Doing so doesn't have any serious consequences as you can see in this [video by Cvolton](https://www.youtube.com/watch?v=R18tKYFrIqE)

0 commit comments

Comments
 (0)