Notifications: Add emoji reaction notifications

This commit is contained in:
lain 2020-01-22 20:06:12 +01:00
commit 615b72238e
5 changed files with 68 additions and 9 deletions

View 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,