Merge branch 'feature/move-activity' into 'develop'
[akkoma] / lib / pleroma / activity.ex
index cd7a5aae9aba85848274103c9de1e95f757a78b5..f180c1e3311021a92ea4e2bd40dd53e877d2fa6c 100644 (file)
@@ -28,7 +28,8 @@ defmodule Pleroma.Activity do
     "Create" => "mention",
     "Follow" => "follow",
     "Announce" => "reblog",
-    "Like" => "favourite"
+    "Like" => "favourite",
+    "Move" => "move"
   }
 
   @mastodon_to_ap_notification_types for {k, v} <- @mastodon_notification_types,