add forgotten moduledoc

This commit is contained in:
Tao Bror Bojlén 2019-08-23 15:31:01 +02:00
parent 82734947f1
commit 4d333dd14c
No known key found for this signature in database
GPG key ID: C6EC7AAB905F9E6F

View file

@ -1,4 +1,7 @@
defmodule Mastodon.Messenger do defmodule Mastodon.Messenger do
@moduledoc """
Module for interacting with a Mastodon account. In our case, it's only used to DM login links.
"""
import Backend.{Auth, Util} import Backend.{Auth, Util}
require Logger require Logger