mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Make post preview workable
This commit is contained in:
parent
a2452b33eb
commit
fdf70c1047
1 changed files with 3 additions and 0 deletions
|
@ -621,6 +621,9 @@ function item_post(App $a) {
|
|||
$datarray["id"] = -1;
|
||||
$datarray["uri-id"] = -1;
|
||||
$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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue