aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/push/impl.ex
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-11-26 18:48:56 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-11-27 17:52:02 +0700
commit1fc28a4b441fdc0de8b2b43e2b045da38ee50b0a (patch)
treed2794209c82c1df497f6926c910fff0d85621317 /lib/pleroma/web/push/impl.ex
parent3c0abfca53751624ebd6ea7174ee880d9e7b29e7 (diff)
downloadpleroma-1fc28a4b441fdc0de8b2b43e2b045da38ee50b0a.tar.gz
Add a view for the move notification
Diffstat (limited to 'lib/pleroma/web/push/impl.ex')
-rw-r--r--lib/pleroma/web/push/impl.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/push/impl.ex b/lib/pleroma/web/push/impl.ex
index dd445e8bf..8c131409d 100644
--- a/lib/pleroma/web/push/impl.ex
+++ b/lib/pleroma/web/push/impl.ex
@@ -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