Use "post" instead of "rawContent"

This commit is contained in:
Michael 2024-07-28 09:58:02 +00:00
parent 344c5fa595
commit 28d67bfef0
12 changed files with 12 additions and 12 deletions

View file

@ -33,7 +33,7 @@ use Friendica\Network\HTTPException;
*/
class Follow extends BaseModule
{
protected function rawContent(array $request = [])
protected function post(array $request = [])
{
$l10n = DI::l10n();