forked from AkkomaGang/akkoma
Merge branch 'hotfix/http-date-header' into 'develop'
activitypub: fix date header format See merge request pleroma/pleroma!879
This commit is contained in:
commit
b91a6dd85e
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ def publish_one(%{inbox: inbox, json: json, actor: actor, id: id} = params) do
|
|||
|
||||
date =
|
||||
NaiveDateTime.utc_now()
|
||||
|> Timex.format!("{WDshort}, {D} {Mshort} {YYYY} {h24}:{m}:{s} GMT")
|
||||
|> Timex.format!("{WDshort}, {0D} {Mshort} {YYYY} {h24}:{m}:{s} GMT")
|
||||
|
||||
signature =
|
||||
Pleroma.Web.HTTPSignatures.sign(actor, %{
|
||||
|
|
Loading…
Reference in a new issue