Skip to content

Commit 11bd53b

Browse files
authored
comments have a dislike index
1 parent 647379a commit 11bd53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/server/comment.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ A list of all known keys can be found in the table below
4444
| 2 | comment | **String** | The comment left by the user, encoded in [base64](/topics/encryption/base64.md)
4545
| 3 | author* | **Integer** | The player ID of the author. **This is different than the account ID**
4646
| 4 | likes | **Integer** | The amount of likes the comment has
47+
| 5 | dislikes | **Integer** | The amount of dislikes the comment has -> unused
4748
| 6 | messageID | **Integer** | The message ID. Account comments have different IDs than level comments
4849
| 7 | spam | **Bool** | If a comment has been flagged as spam
4950
| 9 | age | **String** | How long ago the comment was posted (e.g. "2 months")

0 commit comments

Comments
 (0)