Skip to content
Snippets Groups Projects
Commit 402e775a authored by feld's avatar feld
Browse files

ap -> AP for consistency

parent 59a76ea4
Branches
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ defmodule Pleroma.Web.Federator do
end
def handle(:incoming_ap_doc, params) do
Logger.info("Handling incoming ap activity")
Logger.info("Handling incoming AP activity")
with {:ok, _user} <- ap_enabled_actor(params["actor"]),
nil <- Activity.get_by_ap_id(params["id"]),
{:ok, activity} <- Transmogrifier.handle_incoming(params) do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment