Notification: Don't break on figuring out the type of old EmojiReactions
This commit is contained in:
parent
d44da91bbf
commit
aa2ac76510
2 changed files with 20 additions and 1 deletions
|
|
@ -398,6 +398,10 @@ defmodule Pleroma.Notification do
|
|||
"EmojiReact" ->
|
||||
"pleroma:emoji_reaction"
|
||||
|
||||
# Compatibility with old reactions
|
||||
"EmojiReaction" ->
|
||||
"pleroma:emoji_reaction"
|
||||
|
||||
"Create" ->
|
||||
activity
|
||||
|> type_from_activity_object()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue