mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-23 06:58:58 +00:00
Apply suggestion to lib/pleroma/web/activity_pub/publisher.ex
This commit is contained in:
parent
5bb418a90d
commit
1754f8ce6d
|
@ -46,9 +46,7 @@ defmodule Pleroma.Web.ActivityPub.Publisher 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