Oh no! More fixes!
[akkoma] / lib / pleroma / web / activity_pub / activity_pub_controller.ex
index 513758176a3f39c82ccb04b4b0c05f0e986d0d5d..f0dc86a7fbcf053ede85342edc7e8c78c62a9ca4 100644 (file)
@@ -25,7 +25,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubController do
 
   # TODO: Ensure that this inbox is a recipient of the message
   def inbox(%{assigns: %{valid_signature: true}} = conn, params) do
-    Federator.enqeue(:incoming_ap_doc, params)
+    Federator.enqueue(:incoming_ap_doc, params)
     json(conn, "ok")
   end