There is no longer a followup flag in the notifier. Remove all traces of it.
This commit is contained in:
parent
23180ae078
commit
0d91f363cc
@ -450,7 +450,6 @@ function notifier_run($argv, $argc){
|
|||||||
'target_item' => $target_item,
|
'target_item' => $target_item,
|
||||||
'top_level_post' => $top_level_post,
|
'top_level_post' => $top_level_post,
|
||||||
'private' => $private,
|
'private' => $private,
|
||||||
'followup' => $followup,
|
|
||||||
'relay_to_owner' => $relay_to_owner,
|
'relay_to_owner' => $relay_to_owner,
|
||||||
'uplink' => $uplink,
|
'uplink' => $uplink,
|
||||||
'cmd' => $cmd,
|
'cmd' => $cmd,
|
||||||
@ -547,7 +546,6 @@ function notifier_run($argv, $argc){
|
|||||||
'hub' => $hub,
|
'hub' => $hub,
|
||||||
'top_level_post' => $top_level_post,
|
'top_level_post' => $top_level_post,
|
||||||
'private' => $private,
|
'private' => $private,
|
||||||
'followup' => $followup,
|
|
||||||
'relay_to_owner' => $relay_to_owner,
|
'relay_to_owner' => $relay_to_owner,
|
||||||
'uplink' => $uplink,
|
'uplink' => $uplink,
|
||||||
'cmd' => $cmd,
|
'cmd' => $cmd,
|
||||||
|
Reference in New Issue
Block a user