From f1dbf82e5b43c9cb521ff689b46f1697d9c9e6a1 Mon Sep 17 00:00:00 2001
From: Hank G <hankgrabowski@gmail.com>
Date: Sun, 19 Feb 2023 07:50:39 -0500
Subject: [PATCH] Update src/Module/Api/Mastodon/Statuses.php

Co-authored-by: Philipp <admin+Github@philipp.info>
---
 src/Module/Api/Mastodon/Statuses.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Module/Api/Mastodon/Statuses.php b/src/Module/Api/Mastodon/Statuses.php
index 38eeb877c6..01856b2d8b 100644
--- a/src/Module/Api/Mastodon/Statuses.php
+++ b/src/Module/Api/Mastodon/Statuses.php
@@ -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);
-- 
2.39.5