diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-30 18:24:48 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-30 18:24:48 -0700 |
commit | 968209471ef807ed8d89ecc8cc2f0e3425509a19 (patch) | |
tree | cc401cfaaca7931717bff49032b59d11c07e0f3d /Zotlabs/Module | |
parent | d71a53f24ee464fba5d4373397a3a797e8f0c6a3 (diff) | |
download | volse-hubzilla-968209471ef807ed8d89ecc8cc2f0e3425509a19.tar.gz volse-hubzilla-968209471ef807ed8d89ecc8cc2f0e3425509a19.tar.bz2 volse-hubzilla-968209471ef807ed8d89ecc8cc2f0e3425509a19.zip |
authenticate onepoll so we can receive private posts/comments in zotfeed; if local server bypass the network access and invoke zotfeed directly.
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Zotfeed.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Zotfeed.php b/Zotlabs/Module/Zotfeed.php index 6b505c890..381e3acb2 100644 --- a/Zotlabs/Module/Zotfeed.php +++ b/Zotlabs/Module/Zotfeed.php @@ -22,7 +22,8 @@ class Zotfeed extends \Zotlabs\Web\Controller { $observer = \App::get_observer(); - + logger('observer: ' . get_observer_hash(), LOGGER_DEBUG); + $channel_address = ((argc() > 1) ? argv(1) : ''); if($channel_address) { $r = q("select channel_id, channel_name from channel where channel_address = '%s' and channel_removed = 0 limit 1", |