Create deletes activities for incoming deletes.
[akkoma] / config / config.exs
index 3826dddff24bf89ceeb7626ad4fb3a0281a745b4..8f6fe00fbf64382b3bb898044153b88f0e280810 100644 (file)
@@ -30,7 +30,9 @@ config :mime, :types, %{
   "application/xrd+xml" => ["xrd+xml"]
 }
 
-config :pleroma, :websub_verifier, Pleroma.Web.Websub
+config :pleroma, :websub, Pleroma.Web.Websub
+config :pleroma, :ostatus, Pleroma.Web.OStatus
+config :pleroma, :httpoison, HTTPoison
 
 # Import environment specific config. This must remain at the bottom
 # of this file so it overrides the configuration defined above.