Merge pull request #650 from annando/post-type

We don't store the "type" parameter anymore
This commit is contained in:
Tobias Diekershoff 2018-07-20 12:53:12 +02:00 committed by GitHub
commit 9463696159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 5 deletions

View file

@ -810,7 +810,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;