Publish the provider fields in the API
This commit is contained in:
parent
e06160eeeb
commit
a012234d82
3 changed files with 32 additions and 18 deletions
|
@ -78,7 +78,7 @@ class Status extends BaseFactory
|
|||
);
|
||||
|
||||
$sensitive = DBA::exists('tag-view', ['uri-id' => $uriId, 'name' => 'nsfw']);
|
||||
$application = new \Friendica\Object\Api\Mastodon\Application($item['app']);
|
||||
$application = new \Friendica\Object\Api\Mastodon\Application($item['app'] ?? '');
|
||||
$mentions = DI::mstdnMention()->createFromUriId($uriId);
|
||||
$tags = DI::mstdnTag()->createFromUriId($uriId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue