aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-15 11:48:23 +0000
committerMario <mario@mariovavti.com>2020-11-15 11:48:23 +0000
commit57d9b1b332623cf8a77a499adbe16bb5ad3888e1 (patch)
treee75853e453054f4df8e1970bd4ec4ba8931140d3
parent67f8b78a7df8776af0540483358511a5fe39a2cf (diff)
downloadvolse-hubzilla-57d9b1b332623cf8a77a499adbe16bb5ad3888e1.tar.gz
volse-hubzilla-57d9b1b332623cf8a77a499adbe16bb5ad3888e1.tar.bz2
volse-hubzilla-57d9b1b332623cf8a77a499adbe16bb5ad3888e1.zip
fix directory post url
-rw-r--r--Zotlabs/Daemon/Directory.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Directory.php b/Zotlabs/Daemon/Directory.php
index c698995c2..ab58432de 100644
--- a/Zotlabs/Daemon/Directory.php
+++ b/Zotlabs/Daemon/Directory.php
@@ -58,7 +58,8 @@ class Directory {
// otherwise send the changes upstream
$directory = Libzotdir::find_upstream_directory($dirmode);
- $url = $directory['url'] . '/post';
+
+ $url = $directory['url'] . '/zot';
// ensure the upstream directory is updated