activity_pub_controller.ex: Remove unused @doc block
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Mon, 5 Oct 2020 19:11:00 +0000 (21:11 +0200)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Mon, 5 Oct 2020 19:11:00 +0000 (21:11 +0200)
[ci skip]

lib/pleroma/web/activity_pub/activity_pub_controller.ex

index 732c442710bb62bb29549bdfbd3bb13a146c6d87..83215564345541eede4d849c9939b383995ef10d 100644 (file)
@@ -523,19 +523,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubController do
     {new_user, for_user}
   end
 
-  @doc """
-  Endpoint based on <https://www.w3.org/wiki/SocialCG/ActivityPub/MediaUpload>
-
-  Parameters:
-  - (required) `file`: data of the media
-  - (optionnal) `description`: description of the media, intended for accessibility
-
-  Response:
-  - HTTP Code: 201 Created
-  - HTTP Body: ActivityPub object to be inserted into another's `attachment` field
-
-  Note: Will not point to a URL with a `Location` header because no standalone Activity has been created.
-  """
   def upload_media(%{assigns: %{user: %User{} = user}} = conn, %{"file" => file} = data) do
     with {:ok, object} <-
            ActivityPub.upload(