disable request message response until we work through this
This commit is contained in:
parent
e32a339a3d
commit
a659ac8952
@ -192,7 +192,6 @@ function notifier_run($argv, $argc){
|
||||
$recipients[] = $xchan;
|
||||
$packet_type = 'request';
|
||||
$normal_mode = false;
|
||||
|
||||
}
|
||||
elseif($cmd === 'expire') {
|
||||
|
||||
|
@ -2812,6 +2812,9 @@ function import_author_zot($x) {
|
||||
|
||||
function zot_process_message_request($data) {
|
||||
$ret = array('success' => false);
|
||||
|
||||
return $ret;
|
||||
|
||||
if(! $data['message_id']) {
|
||||
$ret['message'] = 'no message_id';
|
||||
logger('no message_id');
|
||||
|
@ -1 +1 @@
|
||||
2014-10-31.845
|
||||
2014-11-01.846
|
||||
|
Reference in New Issue
Block a user