Salmon# fixed publish an activity to remote accounts

This commit is contained in:
Maksim Pechnikov 2018-12-29 12:48:54 +03:00
commit 523848d1fd
3 changed files with 18 additions and 4 deletions

View file

@ -10,6 +10,8 @@ defmodule Pleroma.HTTP do
alias Pleroma.HTTP.Connection
alias Pleroma.HTTP.RequestBuilder, as: Builder
@type t :: __MODULE__
@doc """
Builds and perform http request.