Prevent posting loops

This commit is contained in:
Michael 2016-11-07 05:23:19 +00:00
parent fa24de0107
commit dea5b33632
3 changed files with 22 additions and 5 deletions

View file

@ -872,6 +872,9 @@ function statusnet_fetchtimeline($a, $uid) {
$_REQUEST["source"] = $post->source;
$_REQUEST["extid"] = NETWORK_STATUSNET;
if (isset($post->id))
$_REQUEST['message_id'] = NETWORK_STATUSNET.":".$post->id;
//$_REQUEST["date"] = $post->created_at;
$_REQUEST["title"] = "";