diff --git a/app/Jobs/SendWebMentions.php b/app/Jobs/SendWebMentions.php index 99dc87cd..4cfbaafc 100644 --- a/app/Jobs/SendWebMentions.php +++ b/app/Jobs/SendWebMentions.php @@ -63,7 +63,7 @@ class SendWebMentions extends Job implements ShouldQueue if (parse_url($url, PHP_URL_HOST) == env('LONG_URL', 'localhost')) { return false; } - if (starts_with($url, '/notes/tagged/') { + if (starts_with($url, '/notes/tagged/')) { return false; } diff --git a/changelog.md b/changelog.md index 436bff32..e1251433 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Version 0.0.6.0 (2016-06-28) +## Version 0.0.6.2 (2016-06-28) - Fix an issue with sending webmentions ## Version 0.0.6 (2016-06-28)