Make post preview workable
This commit is contained in:
parent
a2452b33eb
commit
fdf70c1047
|
@ -621,6 +621,9 @@ function item_post(App $a) {
|
||||||
$datarray["id"] = -1;
|
$datarray["id"] = -1;
|
||||||
$datarray["uri-id"] = -1;
|
$datarray["uri-id"] = -1;
|
||||||
$datarray["author-network"] = Protocol::DFRN;
|
$datarray["author-network"] = Protocol::DFRN;
|
||||||
|
$datarray["author-updated"] = '';
|
||||||
|
$datarray["author-gsid"] = 0;
|
||||||
|
$datarray["owner-updated"] = '';
|
||||||
|
|
||||||
$o = DI::conversation()->create([array_merge($contact_record, $datarray)], 'search', false, true);
|
$o = DI::conversation()->create([array_merge($contact_record, $datarray)], 'search', false, true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user