* @param string[] $notificationObjectTypes
*/
public function removeLikes($objectType, array $objectIDs, array $notificationObjectTypes = []) {
- ReactionHandler::getInstance()->removeReacts($objectType, $objectIDs, $notificationObjectTypes);
+ ReactionHandler::getInstance()->removeReactions($objectType, $objectIDs, $notificationObjectTypes);
}
/**
* @param integer[] $objectIDs
* @param string[] $notificationObjectTypes
*/
- public function removeReacts($objectType, array $objectIDs, array $notificationObjectTypes = []) {
+ public function removeReactions($objectType, array $objectIDs, array $notificationObjectTypes = []) {
$objectTypeObj = $this->getObjectType($objectType);
if ($objectTypeObj === null) {