Add /api/v1/pleroma/outgoing_follow_requests

Signed-off-by: mkljczk <git@mkljczk.pl>
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2025-01-04 10:09:39 +01:00 committed by nicole mikołajczyk
commit e458bd953a
7 changed files with 99 additions and 0 deletions

View file

@ -280,6 +280,7 @@ defmodule Pleroma.User do
defdelegate following?(follower, followed), to: FollowingRelationship
defdelegate following_ap_ids(user), to: FollowingRelationship
defdelegate get_follow_requests(user), to: FollowingRelationship
defdelegate get_outgoing_follow_requests(user), to: FollowingRelationship
defdelegate search(query, opts \\ []), to: User.Search
@doc """