]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Issue 8845: Signature support for "created" and "expires" added
[friendica.git] / src / Protocol / Diaspora.php
index 5caa6c7a151147d53b296042af66c5872db6f3c3..d276814f5d3e21a17055d14bfd8198c5be77ec58 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -4100,6 +4100,9 @@ class Diaspora
                        $item['private'] = Item::PUBLIC;
                }
 
+               // Don't trigger the addons
+               $item['api_source'] = false;
+
                return Item::insert($item, true);
        }
 }