Merge branch 'docs/kyclos' into 'develop'
[akkoma] / lib / pleroma / activity.ex
index 896cbb3c5558d8bdd2b4431bc7cd4636f58ef9a3..72e2256eaf00d73bb5d2d6e3e060d63965979198 100644 (file)
@@ -30,7 +30,8 @@ defmodule Pleroma.Activity do
     "Follow" => "follow",
     "Announce" => "reblog",
     "Like" => "favourite",
-    "Move" => "move"
+    "Move" => "move",
+    "EmojiReact" => "pleroma:emoji_reaction"
   }
 
   @mastodon_to_ap_notification_types for {k, v} <- @mastodon_notification_types,