]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/OStatus/Salmon.php
Update function / rearrange tab order
[friendica.git] / src / Module / OStatus / Salmon.php
index f928e308d528f90a1ff4df48022aa5814938d054..889d852d961f955437253ca0e8b1403ba299c128 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -62,9 +62,10 @@ class Salmon extends \Friendica\BaseModule
         * @throws HTTPException\OKException
         * @throws \ImagickException
         */
-       protected function rawContent(array $request = [])
+       protected function post(array $request = [])
        {
                $xml = Network::postdata();
+               $this->logger->debug('Got request data.', ['request' => $request]);
 
                $nickname = $this->parameters['nickname'] ?? '';
                if (empty($nickname)) {