From a24eed0f575718f491f155a74febd9866cf2c09a Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Fri, 4 May 2018 21:53:52 +0000 Subject: [PATCH] That last change was stupid. Multiline comments in Elixir don't really exist. Instead we'll just pad with # intstead of playing stupid games with the compiler. --- lib/pleroma/web/activity_pub/transmogrifier.ex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/pleroma/web/activity_pub/transmogrifier.ex b/lib/pleroma/web/activity_pub/transmogrifier.ex index 01b3eab27..2b6a97aa0 100644 --- a/lib/pleroma/web/activity_pub/transmogrifier.ex +++ b/lib/pleroma/web/activity_pub/transmogrifier.ex @@ -254,10 +254,10 @@ def prepare_object(object) do |> set_reply_to_uri end - @doc - _ = """ - internal -> Mastodon - """ +# @doc +# """ +# internal -> Mastodon +# """ def prepare_outgoing(%{"type" => "Create", "object" => %{"type" => "Note"} = object} = data) do object =