forked from AkkomaGang/akkoma
Merge branch 'develop' into feature/thread-muting
This commit is contained in:
commit
ac72b578da
457 changed files with 1123 additions and 653 deletions
|
|
@ -4,9 +4,14 @@
|
|||
|
||||
defmodule Pleroma.Notification do
|
||||
use Ecto.Schema
|
||||
alias Pleroma.{User, Activity, Notification, Repo}
|
||||
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Activity
|
||||
alias Pleroma.Notification
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.Web.CommonAPI.Utils
|
||||
alias Pleroma.Web.CommonAPI
|
||||
|
||||
import Ecto.Query
|
||||
|
||||
schema "notifications" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue