]> git.mxchange.org Git - friendica.git/commitdiff
Make post preview workable
authorMichael <heluecht@pirati.ca>
Fri, 29 Apr 2022 12:34:10 +0000 (12:34 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 29 Apr 2022 12:34:10 +0000 (12:34 +0000)
mod/item.php

index 070934fb5021554d3d831f8b114349e881c11906..498cf27132a5a70bf5c1ed4f44f58dc1ad2e5bf3 100644 (file)
@@ -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);