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