Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
This commit is contained in:
@@ -45,7 +45,7 @@ class Activity extends BaseApi
|
||||
self::checkAllowedScope(self::SCOPE_WRITE);
|
||||
$uid = self::getCurrentUserID();
|
||||
|
||||
$request = self::getRequest([
|
||||
$request = $this->getRequest([
|
||||
'id' => 0, // Id of the post
|
||||
], $request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user