From: minibikini <egor@kislitsyn.com>
Date: Tue, 12 May 2020 21:23:21 +0000 (+0000)
Subject: Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=822e9c09aaddcfc0e3dcbd2f2312e1e94a0e275d;p=akkoma

Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
---

diff --git a/lib/pleroma/web/api_spec/operations/status_operation.ex b/lib/pleroma/web/api_spec/operations/status_operation.ex
index 6b0576e3c..0aacf0f3e 100644
--- a/lib/pleroma/web/api_spec/operations/status_operation.ex
+++ b/lib/pleroma/web/api_spec/operations/status_operation.ex
@@ -379,7 +379,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
           type: :array,
           items: %Schema{type: :string},
           description:
-            "Array of Attachment ids to be attached as media. If provided, `status` becomes optional, and `poll` cannot be used."
+            "Array of Attachment ids to be attached as media."
         },
         poll: %Schema{
           type: :object,