diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-11-26 18:48:56 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-11-27 17:52:02 +0700 |
commit | 1fc28a4b441fdc0de8b2b43e2b045da38ee50b0a (patch) | |
tree | d2794209c82c1df497f6926c910fff0d85621317 /lib/pleroma/web/push/impl.ex | |
parent | 3c0abfca53751624ebd6ea7174ee880d9e7b29e7 (diff) | |
download | pleroma-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.ex | 2 |
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 |