de-group alias/es

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-02-09 16:16:26 +01:00
commit 6a6a5b3251
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
60 changed files with 328 additions and 120 deletions

View file

@ -4,8 +4,13 @@
defmodule Pleroma.List do
use Ecto.Schema
import Ecto.{Changeset, Query}
alias Pleroma.{User, Repo, Activity}
import Ecto.Query
import Ecto.Changeset
alias Pleroma.Activity
alias Pleroma.Repo
alias Pleroma.User
schema "lists" do
belongs_to(:user, User, type: Pleroma.FlakeId)