diff options
author | lain <lain@soykaf.club> | 2018-02-21 08:54:48 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-02-21 08:54:48 +0100 |
commit | 279e1ce556f063fa9725375622896f8f091be3c4 (patch) | |
tree | abe1b061c5f1e55b3efd7ab54c9c9c74348a34f3 /lib | |
parent | 66aa35903e6b1108ceab7b6bea2cb7d895eb315e (diff) | |
download | pleroma-279e1ce556f063fa9725375622896f8f091be3c4.tar.gz |
Typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/activity_pub/activity_pub_controller.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/activity_pub_controller.ex b/lib/pleroma/web/activity_pub/activity_pub_controller.ex index 513758176..f0dc86a7f 100644 --- a/lib/pleroma/web/activity_pub/activity_pub_controller.ex +++ b/lib/pleroma/web/activity_pub/activity_pub_controller.ex @@ -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 |