Sign Date header

This commit is contained in:
Shadowfacts 2021-08-25 22:47:35 -04:00
parent a2b61150f2
commit 2bf3b156a7
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ defmodule Clacks.ActivityPub.Federator do
"(request-target)": "post #{inbox_path}",
host: inbox_host,
"content-length": byte_size(body),
digest: digest
digest: digest,
date: date
}
{private_key, key_id} = private_key_for_actor(actor_id)