From: lain Date: Thu, 7 May 2020 10:48:09 +0000 (+0000) Subject: Apply suggestion to lib/pleroma/web/api_spec/operations/search_operation.ex X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=3f867d8e9bf970e180153b411d5924f15c490046;p=akkoma Apply suggestion to lib/pleroma/web/api_spec/operations/search_operation.ex --- diff --git a/lib/pleroma/web/api_spec/operations/search_operation.ex b/lib/pleroma/web/api_spec/operations/search_operation.ex index ec1ae5dcf..6ea00a9a8 100644 --- a/lib/pleroma/web/api_spec/operations/search_operation.ex +++ b/lib/pleroma/web/api_spec/operations/search_operation.ex @@ -44,7 +44,7 @@ defmodule Pleroma.Web.ApiSpec.SearchOperation do :following, :query, %Schema{allOf: [BooleanLike], default: false}, - "Only who the user is following." + "Only include accounts that the user is following" ) ], responses: %{