From: Mark Felder <feld@feld.me>
Date: Fri, 4 May 2018 21:53:52 +0000 (+0000)
Subject: That last change was stupid. Multiline comments in Elixir don't really exist.
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=a24eed0f575718f491f155a74febd9866cf2c09a;p=akkoma

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.
---

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 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
     |> set_reply_to_uri
   end
 
-  @doc
-  _ = """
-  internal -> Mastodon
-  """
+#  @doc
+#  """
+#  internal -> Mastodon
+#  """
 
   def prepare_outgoing(%{"type" => "Create", "object" => %{"type" => "Note"} = object} = data) do
     object =