Compare commits

..

2 commits

Author SHA1 Message Date
marcin mikołajczak 241120ac9d Merge branch 'familiar-followers' into 'develop'
Implement `/api/v1/accounts/familiar_followers`

See merge request pleroma/pleroma!4098
2024-04-25 09:27:58 +00:00
Haelwenn 5676208b61 Apply @lanodan's suggestion
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-04-25 11:27:35 +02:00

View file

@ -517,10 +517,8 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do
def familiar_followers_operation do
%Operation{
tags: ["Retrieve account information"],
summary: "Followers you know",
operationId: "AccountController.relationships",
summary: "Followers that you follow",
operationId: "AccountController.relationships",
operationId: "AccountController.familiar_followers",
description: "Obtain a list of all accounts that follow a given account, filtered for accounts you follow.",
security: [%{"oAuth" => ["read:follows"]}],
parameters: [