mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 18:17:55 +00:00
Bit more signature debugging.
This commit is contained in:
parent
ac67453e8a
commit
fb5add56fa
|
@ -35,6 +35,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubController do
|
|||
|
||||
def inbox(conn, params) do
|
||||
Logger.info("Signature error.")
|
||||
Logger.info("Could not validate #{params["actor"]}")
|
||||
Logger.info(inspect(conn.req_headers))
|
||||
json(conn, "ok")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue