This commit is contained in:
Jonny Barnes 2016-06-28 22:30:31 +01:00
parent 5cd816f703
commit 05c62a3bdc
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}