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.
This commit is contained in:
Mark Felder 2018-05-04 21:53:52 +00:00
parent 79d41aa12e
commit a24eed0f57

View 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 =