forked from AkkomaGang/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.
This commit is contained in:
parent
79d41aa12e
commit
a24eed0f57
1 changed files with 4 additions and 4 deletions
|
@ -254,10 +254,10 @@ def prepare_object(object) do
|
||||||
|> set_reply_to_uri
|
|> set_reply_to_uri
|
||||||
end
|
end
|
||||||
|
|
||||||
@doc
|
# @doc
|
||||||
_ = """
|
# """
|
||||||
internal -> Mastodon
|
# internal -> Mastodon
|
||||||
"""
|
# """
|
||||||
|
|
||||||
def prepare_outgoing(%{"type" => "Create", "object" => %{"type" => "Note"} = object} = data) do
|
def prepare_outgoing(%{"type" => "Create", "object" => %{"type" => "Note"} = object} = data) do
|
||||||
object =
|
object =
|
||||||
|
|
Loading…
Reference in a new issue