From a659ac8952306b5a78a468051d3c318f50294bcf Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 1 Nov 2014 00:36:21 -0700 Subject: disable request message response until we work through this --- include/zot.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index c9a17562e..4c47d60b8 100644 --- a/include/zot.php +++ b/include/zot.php @@ -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'); -- cgit v1.2.3