diff options
author | minibikini <egor@kislitsyn.com> | 2020-04-15 10:26:44 +0000 |
---|---|---|
committer | minibikini <egor@kislitsyn.com> | 2020-04-15 10:26:44 +0000 |
commit | d3e876aeeebfcdd2821ef8310bd60b785e6df560 (patch) | |
tree | fadf1095571f7eb283b8f754d42da4ec5dcd5a43 /lib | |
parent | 247e6fcb9039470875fa9cb6c3406b57235dd419 (diff) | |
download | pleroma-d3e876aeeebfcdd2821ef8310bd60b785e6df560.tar.gz |
Apply suggestion to lib/pleroma/web/api_spec/operations/account_operation.ex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/account_operation.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex index 9749c3b60..7ead44197 100644 --- a/lib/pleroma/web/api_spec/operations/account_operation.ex +++ b/lib/pleroma/web/api_spec/operations/account_operation.ex @@ -120,7 +120,8 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do 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(:exclude_reblogs, :query, BooleanLike, "Exclude reblobs"), + Operation.parameter(:exclude_reblogs, :query, BooleanLike, "Exclude reblogs"), + Operation.parameter( :exclude_visibilities, :query, |