From: minibikini Date: Wed, 15 Apr 2020 10:26:53 +0000 (+0000) Subject: Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=a7feca1604fe7f22d10c0fd3284f14eae8609852;hp=d3e876aeeebfcdd2821ef8310bd60b785e6df560;p=akkoma Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex --- diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex index 7ead44197..1c726a612 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -119,7 +119,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do Operation.parameter(:pinned, :query, BooleanLike, "Pinned"), Operation.parameter(:tagged, :query, :string, "With tag"), Operation.parameter(:only_media, :query, BooleanLike, "Only meadia"), - Operation.parameter(:with_muted, :query, BooleanLike, "With muted"), + Operation.parameter(:with_muted, :query, BooleanLike, "Include statuses from muted acccounts."), Operation.parameter(:exclude_reblogs, :query, BooleanLike, "Exclude reblogs"), Operation.parameter(