aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Onepoll.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-09-25 09:03:16 +0000
committerMario <mario@mariovavti.com>2021-09-25 09:03:16 +0000
commit5c179522bb00d019ec4691ffbb9b65371fc0f309 (patch)
treeeeb576a1c5699dd0f76c8dfa76173e236abb2435 /Zotlabs/Daemon/Onepoll.php
parentb35d95da5299ccce9ad79661cf384d3bab514ca6 (diff)
downloadvolse-hubzilla-5c179522bb00d019ec4691ffbb9b65371fc0f309.tar.gz
volse-hubzilla-5c179522bb00d019ec4691ffbb9b65371fc0f309.tar.bz2
volse-hubzilla-5c179522bb00d019ec4691ffbb9b65371fc0f309.zip
bring back externals (slightly different approach), rename zotfeed to outbox for consistency wit AP naming. warning: this commit requires update of addons!
Diffstat (limited to 'Zotlabs/Daemon/Onepoll.php')
-rw-r--r--Zotlabs/Daemon/Onepoll.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Onepoll.php b/Zotlabs/Daemon/Onepoll.php
index d3294affb..e2a02ede4 100644
--- a/Zotlabs/Daemon/Onepoll.php
+++ b/Zotlabs/Daemon/Onepoll.php
@@ -135,7 +135,7 @@ class Onepoll {
$url = $cl['outbox'];
}
else {
- $url = str_replace('/poco/', '/zotfeed/', $contact['xchan_connurl']);
+ $url = str_replace('/poco/', '/outbox/', $contact['xchan_connurl']);
}
if ($url) {