better comment for PuSH <0.4 hack

This commit is contained in:
Mikael Nordfeldth 2014-01-01 19:43:31 +01:00
parent b09b968f96
commit b81d7c425d
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class FeedSub extends Managed_DataObject
$headers = array('Content-Type: application/x-www-form-urlencoded');
$post = array('hub.mode' => $mode,
'hub.callback' => $callback,
'hub.verify' => 'async', // TODO: deprecated, remove when noone uses PuSH <0.4
'hub.verify' => 'async', // TODO: deprecated, remove when noone uses PuSH <0.4 (only 'async' method used there)
'hub.verify_token' => 'Deprecated-since-PuSH-0.4', // TODO: rm!
'hub.secret' => $this->secret,