Use "post" instead of "rawContent"
This commit is contained in:
parent
344c5fa595
commit
28d67bfef0
12 changed files with 12 additions and 12 deletions
|
|
@ -36,7 +36,7 @@ use Friendica\Protocol\Diaspora;
|
|||
*/
|
||||
class Activity extends BaseModule
|
||||
{
|
||||
protected function rawContent(array $request = [])
|
||||
protected function post(array $request = [])
|
||||
{
|
||||
if (!DI::userSession()->isAuthenticated()) {
|
||||
throw new HTTPException\ForbiddenException();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue