disable request message response until we work through this

This commit is contained in:
friendica 2014-11-01 00:36:21 -07:00
parent e32a339a3d
commit a659ac8952
3 changed files with 4 additions and 2 deletions

View File

@ -192,7 +192,6 @@ function notifier_run($argv, $argc){
$recipients[] = $xchan;
$packet_type = 'request';
$normal_mode = false;
}
elseif($cmd === 'expire') {

View File

@ -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');

View File

@ -1 +1 @@
2014-10-31.845
2014-11-01.846