aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-12-17 18:14:32 -0800
committerzotlabs <mike@macgirvin.com>2018-12-17 18:14:32 -0800
commit8d70b919551f6f6462e639f7cfffda9825344e43 (patch)
tree764766ffbecfa5e65f8344ea0f40371b5728bd80 /Zotlabs/Daemon/Notifier.php
parenta33ed05bec38d35131d72e9b3d6d61b5d6a2daaf (diff)
downloadvolse-hubzilla-8d70b919551f6f6462e639f7cfffda9825344e43.tar.gz
volse-hubzilla-8d70b919551f6f6462e639f7cfffda9825344e43.tar.bz2
volse-hubzilla-8d70b919551f6f6462e639f7cfffda9825344e43.zip
regression: mail from dev to core not delivering
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r--Zotlabs/Daemon/Notifier.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index 8b81c49da..beb30ed96 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -625,7 +625,12 @@ class Notifier {
continue;
}
- $hash = new_uuid();
+ // Do not change this to a uuid as long as we have traditional zot servers
+ // in the loop. The signature verification step can't handle dashes in the
+ // hashes.
+
+ $hash = random_string(48);
+
$packet = null;
$pmsg = '';