diff --git a/lib/PushTask.php b/lib/PushTask.php index a172fe4..5d9b886 100644 --- a/lib/PushTask.php +++ b/lib/PushTask.php @@ -161,7 +161,8 @@ class PushTask { echo "Notifying subscriber!\n"; $headers = [ - 'Content-Type: ' . ($feed->content_type ?: 'text/plain') + 'Content-Type: ' . ($feed->content_type ?: 'text/plain'), + 'Link: <' . Config::$base_url . '/>; rel="hub", <' . $feed->feed_url . '>; rel="self"', ]; if($subscription->secret) {