]> git.mxchange.org Git - friendica-addons.git/commitdiff
We don't store the "type" parameter anymore
authorMichael <heluecht@pirati.ca>
Wed, 18 Jul 2018 05:49:41 +0000 (05:49 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 18 Jul 2018 05:49:41 +0000 (05:49 +0000)
fromgplus/fromgplus.php
ifttt/ifttt.php
pumpio/pumpio.php
statusnet/statusnet.php
twitter/twitter.php

index fcee3260491f5cf8ca83bb01b5d96398ba00d9c4..0f208037a0efe3b18846256c2869e991a7af0d67 100644 (file)
@@ -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;
index 48278d5c2976cb94411649b83296602f89ba2b87..a17b05c1cc7e88712d5cd850ab180cef68351032 100644 (file)
@@ -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';
index 5c28a8f4a78bff21d8b0c5126f3b62e679d11060..494fd409372f8d335d03207de8f73c445c65669a 100644 (file)
@@ -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";
index 62c3f41b3a9f77942bcad6affdfa5278dfbce5c1..51fe6506100376210ed56228eb4baf90f4578caf 100644 (file)
@@ -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";
index e843124167bc29665c52728e37049e39cc24b4b1..96bd2bbf97652f127d93c5a365e16129ce2769b5 100644 (file)
@@ -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;