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
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
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}
require Logger