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

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