Module\Rpost: Just a little bit of doc.

This commit is contained in:
Harald Eilertsen
2024-06-12 21:18:31 +02:00
parent 605f982520
commit fcd657040e

View File

@@ -30,6 +30,12 @@ require_once('include/conversation.php');
*/
class Rpost extends \Zotlabs\Web\Controller {
/**
* Handle requests.
*
* Despite it's name, this method handles both POST and GET requests
* to the module.
*/
public function get(): string {
$channel_id = local_channel();