aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2020-08-20 22:47:53 +0200
committerMario Vavti <mario@mariovavti.com>2020-08-20 22:47:53 +0200
commit2ab480188afdd8d980d18e10efe00749aa150839 (patch)
tree5992c653bbf457ab0a7687a3f651f424650c2dfd /Zotlabs
parentc4c47f777724937746c99c064e65f52723443e59 (diff)
parentc36b2ca91506561bf3c0f024e558a40179504dce (diff)
downloadvolse-hubzilla-2ab480188afdd8d980d18e10efe00749aa150839.tar.gz
volse-hubzilla-2ab480188afdd8d980d18e10efe00749aa150839.tar.bz2
volse-hubzilla-2ab480188afdd8d980d18e10efe00749aa150839.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs')
-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) {