X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fchat.ex;h=b8545063a3ee2bb931c5fbc0b75ab896cd5a0e5d;hb=e055b8d2036e18a95d84f6f1db08fc465fe9975d;hp=c2044881f7463cfb3fc7d3a9f3e7163d752ae372;hpb=64c78581fe397b6d9356c52cf3f43becd2ff3b4e;p=akkoma diff --git a/lib/pleroma/chat.ex b/lib/pleroma/chat.ex index c2044881f..b8545063a 100644 --- a/lib/pleroma/chat.ex +++ b/lib/pleroma/chat.ex @@ -6,8 +6,8 @@ defmodule Pleroma.Chat do use Ecto.Schema import Ecto.Changeset - alias Pleroma.User alias Pleroma.Repo + alias Pleroma.User @moduledoc """ Chat keeps a reference to ChatMessage conversations between a user and an recipient. The recipient can be a user (for now) or a group (not implemented yet).