mirror of
https://github.com/friendica/friendica
synced 2025-04-22 00:30:10 +00:00
Don't use the creation date when transmitting to Diaspora
This commit is contained in:
parent
11e71780b9
commit
f0ffc6df38
2 changed files with 2 additions and 3 deletions
|
@ -31,7 +31,7 @@ class Fetch extends BaseModule
|
|||
|
||||
// Fetch the item
|
||||
$fields = [
|
||||
'uid', 'title', 'body', 'guid', 'contact-id', 'private', 'created', 'app', 'location', 'coord', 'network',
|
||||
'uid', 'title', 'body', 'guid', 'contact-id', 'private', 'created', 'received', 'app', 'location', 'coord', 'network',
|
||||
'event-id', 'resource-id', 'author-link', 'author-avatar', 'author-name', 'plink', 'owner-link', 'attach'
|
||||
];
|
||||
$condition = ['wall' => true, 'private' => false, 'guid' => $guid, 'network' => [Protocol::DFRN, Protocol::DIASPORA]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue