add forgotten moduledoc
This commit is contained in:
parent
82734947f1
commit
4d333dd14c
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue