Pleroma v1.1.9-10-g42f76306+dev Pleroma.Web.MastodonAPI.MastodonAPI View Source
Link to this section Summary
Link to this section Functions
Link to this function
follow(follower, followed, params \\ %{})
View Sourcefollow(Pleroma.User.t(), Pleroma.User.t(), map()) :: {:ok, Pleroma.User.t()} | {:error, String.t()}
Link to this function
get_followers(user, params \\ %{})
View Sourceget_followers(Pleroma.User.t(), map()) :: [Pleroma.User.t()]