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/user.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ A list of all known keys can be found in the table below
51
51
| 38 | messages | **Integer** | How many new messages the user has (shown in-game as a notification) | <!-- there are a bunch of keys before here but they are exclusive to friend requests so i didnt add them here -->
52
52
| 39 | friendRequests |**Integer**| How many new friend requests the user has (shown in-game as a notificaiton) |
53
53
| 40 | newFriends |**Integer**| How many new Friends the user has (shown in-game as a notificaiton) |
54
-
| 41 |hasBlocked|**Bool**| appears on userlist endpoint to show if the user is blocked|
54
+
| 41 |NewFriendRequest|**Bool**| appears on userlist endpoint to show if the friend request is new|
55
55
| 42 | age |**String**| the time since you submitted a levelScore |
56
56
| 43 | accSpider |**Integer**| The spider number of the player use |
57
57
| 44 | twitter|**String**| The twitter of player |
0 commit comments