]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Module/Api/Mastodon/Statuses.php
authorHank G <hankgrabowski@gmail.com>
Sun, 19 Feb 2023 12:50:39 +0000 (07:50 -0500)
committerGitHub <noreply@github.com>
Sun, 19 Feb 2023 12:50:39 +0000 (07:50 -0500)
Co-authored-by: Philipp <admin+Github@philipp.info>
src/Module/Api/Mastodon/Statuses.php

index 38eeb877c6b4e9e6db63cc201807550213e1ff54..01856b2d8b3716791ad75bb51ff6a09fd998460f 100644 (file)
@@ -107,7 +107,7 @@ class Statuses extends BaseApi
                        'visibility'     => '',    // Visibility of the posted status. One of: "public", "unlisted", "private" or "direct".
                        'scheduled_at'   => '',    // ISO 8601 Datetime at which to schedule a status. Providing this paramter will cause ScheduledStatus to be returned instead of Status. Must be at least 5 minutes in the future.
                        'language'       => '',    // ISO 639 language code for this status.
-                       'friendica'              => [],    // Friendica extensions to the standard Mastodon API spec
+                       'friendica'      => [],    // Friendica extensions to the standard Mastodon API spec
                ], $request);
 
                $owner = User::getOwnerDataById($uid);