That last change was stupid. Multiline comments in Elixir don't really exist.
authorMark Felder <feld@feld.me>
Fri, 4 May 2018 21:53:52 +0000 (21:53 +0000)
committerMark Felder <feld@feld.me>
Fri, 4 May 2018 21:53:52 +0000 (21:53 +0000)
Instead we'll just pad with # intstead of playing stupid games with the compiler.

lib/pleroma/web/activity_pub/transmogrifier.ex

index 01b3eab27593657bdc538badb457ac750561a287..2b6a97aa07b1c73461b133ef96b55d4e426e621a 100644 (file)
@@ -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 =