Merge pull request #631 from annando/pumpio-fix

Fix: [pumpio] Wrong variable name in "if" / Some reworked parts
This commit is contained in:
Hypolite Petovan 2018-06-29 12:31:04 -04:00 committed by GitHub
commit 25e4decd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 404 additions and 332 deletions

File diff suppressed because it is too large Load Diff

View 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;

View 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;