This commit is contained in:
Yuri Kuznetsov
2025-02-08 15:18:50 +02:00
parent dbafd6ba4d
commit e4959e0c38
-10
View File
@@ -1082,15 +1082,6 @@ class Service
$this->entityManager->saveEntity($note, $o);
}
/**
* @return string[]
* @deprecated Use `getEntityFollowerIdList`.
*/
public function getEntityFolowerIdList(Entity $entity): array
{
return $this->getEntityFollowerIdList($entity);
}
/**
* @return string[]
* @internal Must be left for backward compatibility.
@@ -1216,7 +1207,6 @@ class Service
];
foreach ($userList as $user) {
/** @var string $id */
$id = $user->getId();
$data['idList'][] = $id;