mirror of
https://github.com/friendica/friendica
synced 2025-05-25 09:44:13 +02:00
Issue 11104: Don't cann the addons on Diaspora reshare
This commit is contained in:
parent
ff80e0876e
commit
a97bfb512a
2 changed files with 6 additions and 1 deletions
|
@ -4100,6 +4100,9 @@ class Diaspora
|
|||
$item['private'] = Item::PUBLIC;
|
||||
}
|
||||
|
||||
// Don't trigger the addons
|
||||
$item['api_source'] = false;
|
||||
|
||||
return Item::insert($item, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue