Update activitiypub.extend.php

This commit is contained in:
Namhyeon Go 2022-06-30 12:56:17 +09:00 committed by GitHub
parent f8a8f51b21
commit 0add8a416b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -448,8 +448,8 @@ class _GNUBOARD_ActivityPub {
$params = array(
"mb_id" => $_GET['mb_id']
);
$mb = get_member($_GET['mb_id']);
$mb = get_member($params['mb_id']);
return activitypub_json_encode(array("following" => activitypub_get_following($mb)));
}