Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-07-26 12:48:58 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-07-30 16:01:27 +0300
commit229558bca0b29e00bd4f08e72e2b707d899e78ce (patch)
treeb3a07c0d942def67c2264910289bd7aab808f721 /doc/api/users.md
parent9252414078c61a9642889d19fd166cf658492ef2 (diff)
Make it explicit that the status message can contain emojis
Diffstat (limited to 'doc/api/users.md')
-rw-r--r--doc/api/users.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index 481219de0f1..8290279c295 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -497,7 +497,7 @@ Parameters:
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| `emoji` | string | no | The name of the emoji to use as status, if omitted `speech_balloon` is used. Emoji name can be one of the specified names in the [Gemojione index][gemojione-index]. |
-| `message` | string | no | The message to set as a status |
+| `message` | string | no | The message to set as a status. It can also contain emoji codes. |
When both parameters are empty, the status will be cleared.