mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-04 15:43:11 +00:00
Merge branch 'bugfix/digest-legacy-compat' into 'develop'
activitypub: actually send digest header when federating See merge request pleroma/pleroma!261
This commit is contained in:
commit
d7368ea272
|
@ -653,7 +653,11 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
|
|||
@httpoison.post(
|
||||
inbox,
|
||||
json,
|
||||
[{"Content-Type", "application/activity+json"}, {"signature", signature}],
|
||||
[
|
||||
{"Content-Type", "application/activity+json"},
|
||||
{"signature", signature},
|
||||
{"digest", digest}
|
||||
],
|
||||
hackney: [pool: :default]
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue