Updated slack image bot preview (fixes #238)
This commit is contained in:
parent
e89791fc80
commit
ff9d749860
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue