From cdd510909f8828b206f7f5a626578d1e526f5d74 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 18 Jul 2018 05:49:41 +0000 Subject: [PATCH] We don't store the "type" parameter anymore --- fromgplus/fromgplus.php | 1 - ifttt/ifttt.php | 1 - pumpio/pumpio.php | 1 - statusnet/statusnet.php | 1 - twitter/twitter.php | 1 - 5 files changed, 5 deletions(-) diff --git a/fromgplus/fromgplus.php b/fromgplus/fromgplus.php index fcee3260..0f208037 100644 --- a/fromgplus/fromgplus.php +++ b/fromgplus/fromgplus.php @@ -169,7 +169,6 @@ function fromgplus_post($a, $uid, $source, $body, $location, $coord, $id) { $_SESSION['uid'] = $uid; unset($_REQUEST); - $_REQUEST['type'] = 'wall'; $_REQUEST['api_source'] = true; $_REQUEST['profile_uid'] = $uid; diff --git a/ifttt/ifttt.php b/ifttt/ifttt.php index 48278d5c..a17b05c1 100644 --- a/ifttt/ifttt.php +++ b/ifttt/ifttt.php @@ -171,7 +171,6 @@ function ifttt_message($uid, $item) $_SESSION['uid'] = $uid; unset($_REQUEST); - $_REQUEST['type'] = 'wall'; $_REQUEST['api_source'] = true; $_REQUEST['profile_uid'] = $uid; $_REQUEST['source'] = 'IFTTT'; diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 5c28a8f4..494fd409 100644 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -817,7 +817,6 @@ function pumpio_fetchtimeline(&$a, $uid) $_SESSION["uid"] = $uid; unset($_REQUEST); - $_REQUEST["type"] = "wall"; $_REQUEST["api_source"] = true; $_REQUEST["profile_uid"] = $uid; $_REQUEST["source"] = "pump.io"; diff --git a/statusnet/statusnet.php b/statusnet/statusnet.php index 62c3f41b..51fe6506 100644 --- a/statusnet/statusnet.php +++ b/statusnet/statusnet.php @@ -832,7 +832,6 @@ function statusnet_fetchtimeline(App $a, $uid) $_SESSION["uid"] = $uid; unset($_REQUEST); - $_REQUEST["type"] = "wall"; $_REQUEST["api_source"] = true; $_REQUEST["profile_uid"] = $uid; //$_REQUEST["source"] = "StatusNet"; diff --git a/twitter/twitter.php b/twitter/twitter.php index e8431241..96bd2bbf 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -801,7 +801,6 @@ function twitter_prepare_body(App $a, &$b) */ function twitter_do_mirrorpost(App $a, $uid, $post) { - $datarray["type"] = "wall"; $datarray["api_source"] = true; $datarray["profile_uid"] = $uid; $datarray["extid"] = NETWORK_TWITTER;