diff options
author | Mario <mario@mariovavti.com> | 2021-01-20 20:17:50 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-20 20:17:50 +0000 |
commit | b242347fa1d41695edcdc378a2403b1621303da2 (patch) | |
tree | 6e800d8a5d5b53f4552f620b1f7435b03e38042e /Zotlabs/Daemon/Externals.php | |
parent | 4e9d8e1a8342d7ae603a3d6caf714ce8b43b00ac (diff) | |
download | volse-hubzilla-b242347fa1d41695edcdc378a2403b1621303da2.tar.gz volse-hubzilla-b242347fa1d41695edcdc378a2403b1621303da2.tar.bz2 volse-hubzilla-b242347fa1d41695edcdc378a2403b1621303da2.zip |
onepoll via zot6 to /zotfeed which implements an outbox
Diffstat (limited to 'Zotlabs/Daemon/Externals.php')
-rw-r--r-- | Zotlabs/Daemon/Externals.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Externals.php b/Zotlabs/Daemon/Externals.php index b657f9de4..3d6b0bd7b 100644 --- a/Zotlabs/Daemon/Externals.php +++ b/Zotlabs/Daemon/Externals.php @@ -82,7 +82,7 @@ class Externals { if ($j['success'] && $j['messages']) { $sys = get_sys_channel(); foreach ($j['messages'] as $message) { - // on these posts, clear any route info. + // on these posts, clear any route info. $message['route'] = ''; process_delivery(['hash' => 'undefined'], get_item_elements($message), [['hash' => $sys['xchan_hash']]], false, true); |