mirror of
https://github.com/friendica/friendica
synced 2025-05-08 19:04:12 +02:00
Fix code style
This commit is contained in:
parent
d4697a17a3
commit
0e59dba914
102 changed files with 3038 additions and 2764 deletions
|
@ -16,7 +16,8 @@ use Friendica\Protocol\ActivityPub;
|
|||
/**
|
||||
* Send updated profile data to Diaspora and ActivityPub
|
||||
*/
|
||||
class ProfileUpdate {
|
||||
class ProfileUpdate
|
||||
{
|
||||
/**
|
||||
* Sends updated profile data to Diaspora and ActivityPub
|
||||
*
|
||||
|
@ -35,7 +36,8 @@ class ProfileUpdate {
|
|||
|
||||
foreach ($inboxes as $inbox => $receivers) {
|
||||
DI::logger()->info('Profile update for user ' . $uid . ' to ' . $inbox .' via ActivityPub');
|
||||
Worker::add(['priority' => $appHelper->getQueueValue('priority'), 'created' => $appHelper->getQueueValue('created'), 'dont_fork' => true],
|
||||
Worker::add(
|
||||
['priority' => $appHelper->getQueueValue('priority'), 'created' => $appHelper->getQueueValue('created'), 'dont_fork' => true],
|
||||
'APDelivery',
|
||||
Delivery::PROFILEUPDATE,
|
||||
0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue