Fix parsing attachment field links into markdown (#2958) (#2959)

Field contents are stored in 'value' not 'text'.
Этот коммит содержится в:
thoemy
2016-05-12 14:30:44 +02:00
коммит произвёл Christopher Speller
родитель 4b260b761a
Коммит 3f0325fd22
2 изменённых файлов: 9 добавлений и 4 удалений

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

@@ -39,6 +39,11 @@
"short": true,
"title": "Short 2",
"value": "Another one"
},
{
"short": true,
"title": "Field with link",
"value": "<http://example.com|Link>"
}
],
"mrkdwn_in": [