Credo fixes.
This commit is contained in:
parent
5b6818b3e5
commit
970b74383b
8 changed files with 12 additions and 11 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue