mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:50:12 +00:00
"Person" is "Account"
This commit is contained in:
parent
c0b3c527d6
commit
e6ea015cb4
2 changed files with 4 additions and 4 deletions
|
@ -1212,7 +1212,7 @@ class Processor
|
|||
* @param array $activity
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function blockPerson($activity)
|
||||
public static function blockAccount($activity)
|
||||
{
|
||||
$cid = Contact::getIdForURL($activity['actor']);
|
||||
if (empty($cid)) {
|
||||
|
@ -1235,7 +1235,7 @@ class Processor
|
|||
* @param array $activity
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function unblockPerson($activity)
|
||||
public static function unblockAccount($activity)
|
||||
{
|
||||
$cid = Contact::getIdForURL($activity['actor']);
|
||||
if (empty($cid)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue