EmojiReactions: Rename to EmojiReacts

This commit is contained in:
Lain Soykaf 2020-02-06 18:09:57 +01:00
commit 8a79f20c21
12 changed files with 21 additions and 21 deletions

View file

@ -31,7 +31,7 @@ defmodule Pleroma.Activity do
"Announce" => "reblog",
"Like" => "favourite",
"Move" => "move",
"EmojiReaction" => "pleroma:emoji_reaction"
"EmojiReact" => "pleroma:emoji_reaction"
}
@mastodon_to_ap_notification_types for {k, v} <- @mastodon_notification_types,