diff options
author | Mark Felder <feld@feld.me> | 2018-05-04 21:53:52 +0000 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2018-05-04 21:53:52 +0000 |
commit | a24eed0f575718f491f155a74febd9866cf2c09a (patch) | |
tree | 646d99e890fa61ccaf4dfd5f9ac76d50118c9d4b /lib | |
parent | 79d41aa12e900423a9717187a94faceec7f014fd (diff) | |
download | pleroma-a24eed0f575718f491f155a74febd9866cf2c09a.tar.gz |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/activity_pub/transmogrifier.ex | 8 |
1 files 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 @@ 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 = |