better comment for PuSH <0.4 hack
This commit is contained in:
parent
0af75a5a2a
commit
e51f41c069
@ -279,7 +279,7 @@ class FeedSub extends Managed_DataObject
|
|||||||
$headers = array('Content-Type: application/x-www-form-urlencoded');
|
$headers = array('Content-Type: application/x-www-form-urlencoded');
|
||||||
$post = array('hub.mode' => $mode,
|
$post = array('hub.mode' => $mode,
|
||||||
'hub.callback' => $callback,
|
'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.verify_token' => 'Deprecated-since-PuSH-0.4', // TODO: rm!
|
||||||
|
|
||||||
'hub.secret' => $this->secret,
|
'hub.secret' => $this->secret,
|
||||||
|
Loading…
Reference in New Issue
Block a user