kopia lustrzana https://github.com/nextcloud/social
commit
ed0ee34eac
|
@ -119,7 +119,6 @@ class AP {
|
||||||
public SocialAppNotificationInterface $notificationInterface;
|
public SocialAppNotificationInterface $notificationInterface;
|
||||||
public ConfigService $configService;
|
public ConfigService $configService;
|
||||||
public static ?AP $activityPub = null;
|
public static ?AP $activityPub = null;
|
||||||
private SocialAppNotificationInterface $socialAppNotificationInterface;
|
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
AcceptInterface $acceptInterface,
|
AcceptInterface $acceptInterface,
|
||||||
|
@ -133,7 +132,7 @@ class AP {
|
||||||
ImageInterface $imageInterface,
|
ImageInterface $imageInterface,
|
||||||
LikeInterface $likeInterface,
|
LikeInterface $likeInterface,
|
||||||
NoteInterface $noteInterface,
|
NoteInterface $noteInterface,
|
||||||
SocialAppNotificationInterface $socialAppNotificationInterface,
|
SocialAppNotificationInterface $notificationInterface,
|
||||||
PersonInterface $personInterface,
|
PersonInterface $personInterface,
|
||||||
ServiceInterface $serviceInterface,
|
ServiceInterface $serviceInterface,
|
||||||
GroupInterface $groupInterface,
|
GroupInterface $groupInterface,
|
||||||
|
@ -156,7 +155,7 @@ class AP {
|
||||||
$this->imageInterface = $imageInterface;
|
$this->imageInterface = $imageInterface;
|
||||||
$this->likeInterface = $likeInterface;
|
$this->likeInterface = $likeInterface;
|
||||||
$this->noteInterface = $noteInterface;
|
$this->noteInterface = $noteInterface;
|
||||||
$this->socialAppNotificationInterface = $socialAppNotificationInterface;
|
$this->notificationInterface = $notificationInterface;
|
||||||
$this->personInterface = $personInterface;
|
$this->personInterface = $personInterface;
|
||||||
$this->serviceInterface = $serviceInterface;
|
$this->serviceInterface = $serviceInterface;
|
||||||
$this->groupInterface = $groupInterface;
|
$this->groupInterface = $groupInterface;
|
||||||
|
|
Ładowanie…
Reference in New Issue