aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-08-20 08:53:58 +0000
committerMario <mario@mariovavti.com>2020-08-20 08:53:58 +0000
commitc36b2ca91506561bf3c0f024e558a40179504dce (patch)
tree688ab0e53204cd03885b29b220f6bb761f5275c7 /Zotlabs/Daemon/Notifier.php
parente55a1a6aa8fe55d20b588f0223a15018053bfd48 (diff)
downloadvolse-hubzilla-c36b2ca91506561bf3c0f024e558a40179504dce.tar.gz
volse-hubzilla-c36b2ca91506561bf3c0f024e558a40179504dce.tar.bz2
volse-hubzilla-c36b2ca91506561bf3c0f024e558a40179504dce.zip
be more clear in comment
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r--Zotlabs/Daemon/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index 0f5393f0a..0efa93cce 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -361,7 +361,7 @@ class Notifier {
$encoded_item = encode_item($target_item);
- // activitystreams version (recreate for deleted items)
+ // Re-use existing signature unless the activity type changed to a Tombstone, which won't verify.
$m = ((intval($target_item['item_deleted'])) ? '' : get_iconfig($target_item,'activitystreams','signed_data'));
if($m) {