You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/server/friendrequest.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ A list of all known keys can be found in the table below
34
34
| 32 | friendRequestID | **Integer** | An ID unique to each friend request. (I'm not 100% certain on this)
35
35
| 35 | message | **String** | The friend requests's message, encoded in [base64](/topics/encryption/base64.md)
36
36
| 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
38
38
39
39
### Trivia
40
40
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