issues with image import to zot6 - wrong mid. Also label source project of zotfeed since it is not completely compatible across projects.

This commit is contained in:
zotlabs
2019-08-22 19:39:11 -07:00
parent 35790c584b
commit 8cc4003837
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class Zotfeed extends \Zotlabs\Web\Controller {
}
logger('zotfeed request: ' . $r[0]['channel_name'], LOGGER_DEBUG);
$result['project'] = 'Hubzilla';
$result['messages'] = zot_feed($r[0]['channel_id'],$observer['xchan_hash'],array('mindate' => $mindate));
$result['success'] = true;
json_return_and_die($result);