Added limitations section to outgoing webhook doc

Этот коммит содержится в:
JoramWilander
2015-10-26 07:56:34 -04:00
родитель f6a660cf4a
Коммит 30a8182869
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@@ -94,3 +94,4 @@ To see samples and community contributions, please visit <http://mattermost.org/
- The `attachments` payload used in Slack is not yet supported
- Overriding of usernames does not yet apply to notifications
- Cannot supply `icon_emoji` to override the message icon

Просмотреть файл

@@ -111,3 +111,8 @@ As mentioned above, Mattermost makes it easy to take integrations written for Sl
3. Similiarly, responses designed for Slack using `|` within a `<>` to define linked text, such as ```{"text": "Click <http://www.mattermost.com/|here> for a link."}```, are also translated to the equivalent markdown in Mattermost and rendered the same as you would see in Slack
To see samples and community contributions, please visit <http://mattermost.org/webhooks>.
#### Limitations
- Overriding of usernames does not yet apply to notifications
- Cannot supply `icon_emoji` to override the message icon