mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Prevent posting loops
This commit is contained in:
parent
fa24de0107
commit
dea5b33632
3 changed files with 22 additions and 5 deletions
|
@ -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"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue