diff options
author | lain <lain@soykaf.club> | 2020-05-18 18:38:32 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-18 18:38:32 +0200 |
commit | 0d417e005d5ef89f982866ee09559aef24e36a85 (patch) | |
tree | 1381e8f6dbe63ab3a0f61562672a3cf2d69d7f65 /lib/pleroma/web/api_spec/operations/timeline_operation.ex | |
parent | baf051a59e8bfcb2e55b5e28e46e80d6961b9bb4 (diff) | |
parent | 8e9c939e42b7d649d58ce91465086751031b13c8 (diff) | |
download | pleroma-0d417e005d5ef89f982866ee09559aef24e36a85.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'lib/pleroma/web/api_spec/operations/timeline_operation.ex')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/timeline_operation.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/timeline_operation.ex b/lib/pleroma/web/api_spec/operations/timeline_operation.ex index cb9d75841..8e19bace7 100644 --- a/lib/pleroma/web/api_spec/operations/timeline_operation.ex +++ b/lib/pleroma/web/api_spec/operations/timeline_operation.ex @@ -43,7 +43,7 @@ defmodule Pleroma.Web.ApiSpec.TimelineOperation do description: "View statuses with a “direct” privacy, from your account or in your notifications", deprecated: true, - parameters: pagination_params(), + parameters: [with_muted_param() | pagination_params()], security: [%{"oAuth" => ["read:statuses"]}], operationId: "TimelineController.direct", responses: %{ |