Add a view for the move notification
This commit is contained in:
parent
3c0abfca53
commit
1fc28a4b44
6 changed files with 77 additions and 25 deletions
|
|
@ -16,7 +16,7 @@ defmodule Pleroma.Web.Push.Impl do
|
|||
require Logger
|
||||
import Ecto.Query
|
||||
|
||||
@types ["Create", "Follow", "Announce", "Like"]
|
||||
@types ["Create", "Follow", "Announce", "Like", "Move"]
|
||||
|
||||
@doc "Performs sending notifications for user subscriptions"
|
||||
@spec perform(Notification.t()) :: list(any) | :error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue