We don't store the "type" parameter anymore

This commit is contained in:
Michael 2018-07-18 05:49:41 +00:00
parent e74ccf35c9
commit cdd510909f
5 changed files with 0 additions and 5 deletions

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