diff options
author | minibikini <egor@kislitsyn.com> | 2020-05-12 21:14:52 +0000 |
---|---|---|
committer | minibikini <egor@kislitsyn.com> | 2020-05-12 21:14:52 +0000 |
commit | 40646a7e0ed7e007e9a5f4278c44b0709a1c1754 (patch) | |
tree | 9ff5414c96de1e6c66ee274b664ac0c3e63238f4 /lib | |
parent | 0bb164a3e121d1453497e9203936d2284235feed (diff) | |
download | pleroma-40646a7e0ed7e007e9a5f4278c44b0709a1c1754.tar.gz |
Apply suggestion to lib/pleroma/web/api_spec/operations/status_operation.ex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/status_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/status_operation.ex b/lib/pleroma/web/api_spec/operations/status_operation.ex index b25d10cce..6b0576e3c 100644 --- a/lib/pleroma/web/api_spec/operations/status_operation.ex +++ b/lib/pleroma/web/api_spec/operations/status_operation.ex @@ -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: %{ |