diff --git a/CHANGELOG.md b/CHANGELOG.md index ec96c60..bc539e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - S3 driver file streaming not working properly. +- Fixed Slack image preview. ## [3.1.4] - 2020-04-13 ### Changed diff --git a/app/helpers.php b/app/helpers.php index 70a2c8a..4f1f2ce 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -328,8 +328,8 @@ if (!function_exists('isBot')) { 'curl/', 'wget/', 'WhatsApp/', - 'Slackbot', - 'Slack-ImgProxy', + 'Slack', + 'Twitterbot/', ]; foreach ($bots as $bot) { diff --git a/docs/changelog.md b/docs/changelog.md index 30e6919..bded082 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - S3 driver file streaming not working properly. +- Fixed Slack image preview. ## [3.1.4] - 2020-04-13 ### Changed