Merge branch 'develop' into issue/1383
[akkoma] / lib / pleroma / web / push / impl.ex
index 53f93c1edf7b0e3d8e5fd36469c5721ea9973bdb..34ec1d8d967493140032966f90b80602cb334222 100644 (file)
@@ -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