]> git.mxchange.org Git - friendica-addons.git/commitdiff
Some gravity clarification
authorMichael <heluecht@pirati.ca>
Thu, 28 Jun 2018 05:21:57 +0000 (05:21 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 28 Jun 2018 05:21:57 +0000 (05:21 +0000)
statusnet/statusnet.php
twitter/twitter.php

index ced884cbad7252279ae29c1596d2b23de5db027a..b97a6ca5cab0bd2c60d381ae3040d1f6e08c30b7 100644 (file)
@@ -1062,7 +1062,6 @@ function statusnet_createpost(App $a, $uid, $post, $self, $create_user, $only_ex
 
        $postarray = [];
        $postarray['network'] = NETWORK_STATUSNET;
-       $postarray['gravity'] = 0;
        $postarray['uid'] = $uid;
        $postarray['wall'] = 0;
 
index 217736f63b918639db38dd59ad0272f342469d80..99c7d49684b793ebf4e456b7bbf6662fe25b54aa 100644 (file)
@@ -1311,7 +1311,6 @@ function twitter_createpost(App $a, $uid, $post, $self, $create_user, $only_exis
 {
        $postarray = [];
        $postarray['network'] = NETWORK_TWITTER;
-       $postarray['gravity'] = 0;
        $postarray['uid'] = $uid;
        $postarray['wall'] = 0;
        $postarray['uri'] = "twitter::" . $post->id_str;