aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Directory.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-04 07:46:36 +0000
committerMario <mario@mariovavti.com>2021-06-04 07:46:36 +0000
commit10f8fe89738e4fe22baa1e3a879ba77313ecb27c (patch)
tree46410934b7c7688fc2f8cc020939a37cb61b4926 /Zotlabs/Daemon/Directory.php
parente44bf42c646c018e00e8f0a2895a6c29522361a6 (diff)
downloadvolse-hubzilla-10f8fe89738e4fe22baa1e3a879ba77313ecb27c.tar.gz
volse-hubzilla-10f8fe89738e4fe22baa1e3a879ba77313ecb27c.tar.bz2
volse-hubzilla-10f8fe89738e4fe22baa1e3a879ba77313ecb27c.zip
use uuid for hash
Diffstat (limited to 'Zotlabs/Daemon/Directory.php')
-rw-r--r--Zotlabs/Daemon/Directory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Directory.php b/Zotlabs/Daemon/Directory.php
index 1f307b273..35d184206 100644
--- a/Zotlabs/Daemon/Directory.php
+++ b/Zotlabs/Daemon/Directory.php
@@ -74,7 +74,7 @@ class Directory {
* the directory packet. That means we'll try again on the next poll run.
*/
- $hash = random_string();
+ $hash = new_uuid();
Queue::insert(array(
'hash' => $hash,