mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Module\Rpost: Just a little bit of doc.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user