aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-10-05 21:11:00 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-10-05 21:11:00 +0200
commitf497eb034df6647fef9086a6e2ef03e61e2efc47 (patch)
treef7c7a66a9a744aa778a7470002ed011c6dc5cec4
parent4c229d7fccc7cff028d5fe9815944847b5d3c9e7 (diff)
downloadpleroma-f497eb034df6647fef9086a6e2ef03e61e2efc47.tar.gz
activity_pub_controller.ex: Remove unused @doc block
[ci skip]
-rw-r--r--lib/pleroma/web/activity_pub/activity_pub_controller.ex13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/pleroma/web/activity_pub/activity_pub_controller.ex b/lib/pleroma/web/activity_pub/activity_pub_controller.ex
index 732c44271..832155643 100644
--- a/lib/pleroma/web/activity_pub/activity_pub_controller.ex
+++ b/lib/pleroma/web/activity_pub/activity_pub_controller.ex
@@ -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(