From c49a99d58ea80d8ecb9d607d2dbd40d5a1af70b4 Mon Sep 17 00:00:00 2001 From: Gizmo Date: Fri, 11 Jun 2021 15:11:40 +0800 Subject: [PATCH 1/2] Add statusHistory --- Objects/User.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Objects/User.md b/Objects/User.md index 06becb0..62d0856 100644 --- a/Objects/User.md +++ b/Objects/User.md @@ -42,6 +42,7 @@ | state | String | [`State`](/Objects/User.md#state) | | status | String | [`Status`](/Objects/User.md#status) | | statusDescription | String | User defined status | +| statusHistory | Array of strings | User defined status history | | steamDetails | JSONArray | Details about user's steam account | | steamId | String | ID of steam account | | tags | Array of strings | Each string is a tag given by developers or the game, usually denoting things like trust and permissions | From 819762505db35c83154e62ab98712cb0bba7e42b Mon Sep 17 00:00:00 2001 From: CunYu Date: Sun, 13 Jun 2021 08:24:36 +0800 Subject: [PATCH 2/2] Fix formatting --- Objects/User.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/User.md b/Objects/User.md index 62d0856..1713ef8 100644 --- a/Objects/User.md +++ b/Objects/User.md @@ -42,7 +42,7 @@ | state | String | [`State`](/Objects/User.md#state) | | status | String | [`Status`](/Objects/User.md#status) | | statusDescription | String | User defined status | -| statusHistory | Array of strings | User defined status history | +| statusHistory | Array of strings | User defined status history | | steamDetails | JSONArray | Details about user's steam account | | steamId | String | ID of steam account | | tags | Array of strings | Each string is a tag given by developers or the game, usually denoting things like trust and permissions |