aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-12-18 09:59:34 +0100
committerMario Vavti <mario@mariovavti.com>2018-12-18 09:59:34 +0100
commit63b205c601c8ff567407155c327515bb0c5165b3 (patch)
treeedd456a39ad0daf12d6cc4409a99477f4fb38d82 /Zotlabs/Daemon/Notifier.php
parentd190b1995b0886b430beb5dac1a1e72582b9ad2b (diff)
parent8d70b919551f6f6462e639f7cfffda9825344e43 (diff)
downloadvolse-hubzilla-63b205c601c8ff567407155c327515bb0c5165b3.tar.gz
volse-hubzilla-63b205c601c8ff567407155c327515bb0c5165b3.tar.bz2
volse-hubzilla-63b205c601c8ff567407155c327515bb0c5165b3.zip
Merge remote-tracking branch 'mike/master' into dev
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 = '';