forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/activity_pub/publisher.ex
This commit is contained in:
parent
5bb418a90d
commit
1754f8ce6d
1 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,7 @@ def is_representable?(%Activity{} = activity) do
|
|||
"""
|
||||
def publish_one(%{inbox: inbox, json: json, actor: %User{} = actor, id: id} = params) do
|
||||
Logger.info("Federating #{id} to #{inbox}")
|
||||
uri = URI.parse(inbox)
|
||||
host = uri.host
|
||||
path = uri.path
|
||||
%{host: host, path: path} = URI.parse(inbox)
|
||||
|
||||
digest = "SHA-256=" <> (:crypto.hash(:sha256, json) |> Base.encode64())
|
||||
|
||||
|
|
Loading…
Reference in a new issue