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

@@ -596,7 +596,7 @@ class Activity {
$i['obj'] = json_decode($i['obj'],true);
}
if($i['obj']['type'] === ACTIVITY_OBJ_PHOTO) {
$i['obj']['id'] = $i['id'];
$i['obj']['id'] = $i['mid'];
}
$obj = self::encode_object($i['obj']);