aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Editpost.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-10-25 20:43:24 -0700
committerzotlabs <mike@macgirvin.com>2016-10-25 20:43:24 -0700
commitbd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0 (patch)
treeb78ccc5c57dd643b83d1435c942a34b9a8e98e98 /Zotlabs/Module/Editpost.php
parent88a68b941ff2c8295ac5a6f221855bc4940ddb40 (diff)
downloadvolse-hubzilla-bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0.tar.gz
volse-hubzilla-bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0.tar.bz2
volse-hubzilla-bd83936e5dfa3f39f382e9b52f3cb28e19d5c2d0.zip
send "hidden" edit activities to networks which don't support edits themselves
Diffstat (limited to 'Zotlabs/Module/Editpost.php')
-rw-r--r--Zotlabs/Module/Editpost.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Editpost.php b/Zotlabs/Module/Editpost.php
index 2c57cde5a..5c04653b8 100644
--- a/Zotlabs/Module/Editpost.php
+++ b/Zotlabs/Module/Editpost.php
@@ -85,6 +85,7 @@ class Editpost extends \Zotlabs\Web\Controller {
'hide_voting' => true,
'hide_future' => true,
'hide_location' => true,
+ 'parent' => (($itm[0]['mid'] === $itm[0]['parent_mid']) ? 0 : $itm[0]['parent']),
'mimetype' => $itm[0]['mimetype'],
'ptyp' => $itm[0]['obj_type'],
'body' => htmlspecialchars_decode(undo_post_tagging($itm[0]['body']),ENT_COMPAT),