mirror of
https://github.com/friendica/friendica
synced 2025-04-27 12:30:11 +00:00
parent
07c20da08f
commit
c6160a1c38
11 changed files with 127 additions and 9 deletions
|
@ -23,6 +23,7 @@ namespace Friendica\Factory\Api\Mastodon;
|
|||
|
||||
use Friendica\BaseFactory;
|
||||
use Friendica\Database\Database;
|
||||
use Friendica\Model\Subscription;
|
||||
use Friendica\Network\HTTPException\UnprocessableEntityException;
|
||||
use Psr\Log\LoggerInterface;
|
||||
|
||||
|
@ -56,6 +57,8 @@ class Application extends BaseFactory
|
|||
$application['client_secret'],
|
||||
$application['id'],
|
||||
$application['redirect_uri'],
|
||||
$application['website']);
|
||||
$application['website'],
|
||||
Subscription::getPublicVapidKey(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue