[various] Remove unused uid parameter in Item::newURI
This commit is contained in:
parent
ed1de0cd18
commit
347792bf74
2 changed files with 2 additions and 2 deletions
|
@ -830,7 +830,7 @@ function statusnet_fetchtimeline(App $a, int $uid)
|
|||
$_REQUEST['extid'] = Protocol::STATUSNET;
|
||||
|
||||
if (isset($post->id)) {
|
||||
$_REQUEST['message_id'] = Item::newURI($uid, Protocol::STATUSNET . ':' . $post->id);
|
||||
$_REQUEST['message_id'] = Item::newURI(Protocol::STATUSNET . ':' . $post->id);
|
||||
}
|
||||
|
||||
//$_REQUEST['date'] = $post->created_at;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue