mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 08:58:49 +00:00
Merge pull request #650 from annando/post-type
We don't store the "type" parameter anymore
This commit is contained in:
commit
9463696159
5 changed files with 0 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue