mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
Prevent posting loops
This commit is contained in:
parent
fa24de0107
commit
dea5b33632
3 changed files with 22 additions and 5 deletions
|
@ -791,6 +791,9 @@ function twitter_fetchtimeline($a, $uid) {
|
|||
$_REQUEST["source"] = $post->source;
|
||||
$_REQUEST["extid"] = NETWORK_TWITTER;
|
||||
|
||||
if (isset($post->id))
|
||||
$_REQUEST['message_id'] = NETWORK_TWITTER.":".$post->id;
|
||||
|
||||
//$_REQUEST["date"] = $post->created_at;
|
||||
|
||||
$_REQUEST["title"] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue