]> git.mxchange.org Git - friendica.git/commitdiff
Added note about missing parameters
authorMichael <heluecht@pirati.ca>
Mon, 7 Jun 2021 07:45:20 +0000 (07:45 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 7 Jun 2021 07:45:20 +0000 (07:45 +0000)
src/Module/Api/Mastodon/Timelines/Tag.php

index efcab825ad3e272f4ad51e490dc6d38703026487..74a5bb90141774970bc44ba1c005f337a2d69dc6 100644 (file)
@@ -47,6 +47,13 @@ class Tag extends BaseApi
                        DI::mstdnError()->UnprocessableEntity();
                }
 
+               /**
+                * @todo Respect missing parameters
+                * @see https://github.com/tootsuite/mastodon/blob/main/app/controllers/api/v1/timelines/tag_controller.rb
+                * 
+                * There seem to be the parameters "any", "all", and "none".
+                */
+
                $request = self::getRequest([
                        'local'           => false, // If true, return only local statuses. Defaults to false.
                        'remote'          => false, // Show only remote statuses? Defaults to false.