Updated slack image bot preview (fixes #238)

This commit is contained in:
Sergio Brighenti 2020-07-19 19:16:49 +02:00
parent e89791fc80
commit ff9d749860
3 changed files with 4 additions and 2 deletions

View file

@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- S3 driver file streaming not working properly. - S3 driver file streaming not working properly.
- Fixed Slack image preview.
## [3.1.4] - 2020-04-13 ## [3.1.4] - 2020-04-13
### Changed ### Changed

View file

@ -328,8 +328,8 @@ if (!function_exists('isBot')) {
'curl/', 'curl/',
'wget/', 'wget/',
'WhatsApp/', 'WhatsApp/',
'Slackbot', 'Slack',
'Slack-ImgProxy', 'Twitterbot/',
]; ];
foreach ($bots as $bot) { foreach ($bots as $bot) {

View file

@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed ### Fixed
- S3 driver file streaming not working properly. - S3 driver file streaming not working properly.
- Fixed Slack image preview.
## [3.1.4] - 2020-04-13 ## [3.1.4] - 2020-04-13
### Changed ### Changed