aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-06-11 20:22:57 -0700
committerzotlabs <mike@macgirvin.com>2019-06-11 20:22:57 -0700
commitb3f1a19db685e7c84098dcb47d378fdaf2a040f1 (patch)
tree24668ba96f84f5513e88900fc0dd7b5156056f5e /Zotlabs/Lib/Activity.php
parentf3b6708a92cf347ea65b0db88a6b112b28228f14 (diff)
downloadvolse-hubzilla-b3f1a19db685e7c84098dcb47d378fdaf2a040f1.tar.gz
volse-hubzilla-b3f1a19db685e7c84098dcb47d378fdaf2a040f1.tar.bz2
volse-hubzilla-b3f1a19db685e7c84098dcb47d378fdaf2a040f1.zip
zot6 deletion issue
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r--Zotlabs/Lib/Activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index 4a1171c5d..bc86ae0e0 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -1570,7 +1570,7 @@ class Activity {
$s['verb'] = self::activity_decode_mapper($act->type);
- if($act->type === 'Tombstone' || ($act->type === 'Create' && $act->obj['type'] === 'Tombstone')) {
+ if($act->type === 'Tombstone' || $act-type === 'Delete' || ($act->type === 'Create' && $act->obj['type'] === 'Tombstone')) {
$s['item_deleted'] = 1;
}