X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Factivity.ex;h=72e2256eaf00d73bb5d2d6e3e060d63965979198;hb=cf943492878c901cf2f0056ee2a8814e0322e9d8;hp=896cbb3c5558d8bdd2b4431bc7cd4636f58ef9a3;hpb=5ea859644897354dfea47655ce39dda46439040a;p=akkoma diff --git a/lib/pleroma/activity.ex b/lib/pleroma/activity.ex index 896cbb3c5..72e2256ea 100644 --- a/lib/pleroma/activity.ex +++ b/lib/pleroma/activity.ex @@ -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,