kopia lustrzana https://github.com/nextcloud/social
fix export format
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/1633/head
rodzic
9cbfa96f40
commit
c6c4bd2ddd
|
|
@ -148,6 +148,7 @@ class CacheActorsRequestBuilder extends CoreRequestBuilder {
|
|||
public function parseCacheActorsSelectSql(array $data, SocialQueryBuilder $qb): Person {
|
||||
$actor = new Person();
|
||||
$actor->importFromDatabase($data);
|
||||
$actor->setExportFormat($qb->getFormat());
|
||||
|
||||
$this->assignViewerLink($qb, $actor);
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue