aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Item.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-07 14:40:11 -0700
committerzotlabs <mike@macgirvin.com>2017-05-07 14:40:11 -0700
commit2c2ee706ac84926ceca21f5a4522034eb1b67d54 (patch)
tree0e5db6ec0800646c59e9fbf59b185b6e19b5f120 /Zotlabs/Module/Item.php
parentf840082aaead8356a5787109f0c67179ecdf7993 (diff)
downloadvolse-hubzilla-2c2ee706ac84926ceca21f5a4522034eb1b67d54.tar.gz
volse-hubzilla-2c2ee706ac84926ceca21f5a4522034eb1b67d54.tar.bz2
volse-hubzilla-2c2ee706ac84926ceca21f5a4522034eb1b67d54.zip
get rid of edit activities
Diffstat (limited to 'Zotlabs/Module/Item.php')
-rw-r--r--Zotlabs/Module/Item.php12
1 files changed, 11 insertions, 1 deletions
diff --git a/Zotlabs/Module/Item.php b/Zotlabs/Module/Item.php
index 9fddafee6..ec36c22d8 100644
--- a/Zotlabs/Module/Item.php
+++ b/Zotlabs/Module/Item.php
@@ -860,7 +860,17 @@ class Item extends \Zotlabs\Web\Controller {
$x = item_store_update($datarray,$execflag);
- item_create_edit_activity($x);
+ // We only need edit activities for other federated protocols
+ // which do not support edits natively. While this does federate
+ // edits, it presents a number of issues locally - such as #757 and #758.
+ // The SQL check for an edit activity would not perform that well so to fix these issues
+ // requires an additional item flag (perhaps 'item_edit_activity') that we can add to the
+ // query for searches and notifications.
+
+ // For now we'll just forget about trying to make edits work on network protocols that
+ // don't support them.
+
+ // item_create_edit_activity($x);
if(! $parent) {
$r = q("select * from item where id = %d",