aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-06-12 21:18:31 +0200
committerHarald Eilertsen <haraldei@anduin.net>2024-06-13 13:34:20 +0200
commitfcd657040e90b957068be0c6010faa78020cf05d (patch)
tree408f52fb71a955ab2bf13a3b8f89c6d293b217e6 /Zotlabs/Module
parent605f9825209584cc79247ef8a45fda956968a19c (diff)
downloadvolse-hubzilla-fcd657040e90b957068be0c6010faa78020cf05d.tar.gz
volse-hubzilla-fcd657040e90b957068be0c6010faa78020cf05d.tar.bz2
volse-hubzilla-fcd657040e90b957068be0c6010faa78020cf05d.zip
Module\Rpost: Just a little bit of doc.
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Rpost.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Module/Rpost.php b/Zotlabs/Module/Rpost.php
index 286eb6459..45f19d7e7 100644
--- a/Zotlabs/Module/Rpost.php
+++ b/Zotlabs/Module/Rpost.php
@@ -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();