From c36b2ca91506561bf3c0f024e558a40179504dce Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 20 Aug 2020 08:53:58 +0000 Subject: be more clear in comment --- Zotlabs/Daemon/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') 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) { -- cgit v1.2.3