Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
authorminibikini <egor@kislitsyn.com>
Tue, 12 May 2020 21:14:52 +0000 (21:14 +0000)
committerminibikini <egor@kislitsyn.com>
Tue, 12 May 2020 21:14:52 +0000 (21:14 +0000)
lib/pleroma/web/api_spec/operations/status_operation.ex

index b25d10cce215fa55d4085caa389bad57a32443d2..6b0576e3c47a903d75118eeddf95e5be25a7f302 100644 (file)
@@ -222,7 +222,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
       summary: "Mute conversation",
       security: [%{"oAuth" => ["write:mutes"]}],
       description:
-        "Do not receive notifications for the thread that this status is part of. Must be a thread in which you are a participant.",
+        "Do not receive notifications for the thread that this status is part of.",
       operationId: "StatusController.mute_conversation",
       parameters: [id_param()],
       responses: %{