Remove _misskey_reaction matching #500

Merged
floatingghost merged 3 commits from foundkey-new-reactions into develop 2023-03-10 18:46:50 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 1c816ca0ba - Show all commits

View File

@ -428,7 +428,9 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|> Map.put("type", "EmojiReact")
|> handle_incoming(options)
else
handle_incoming(options)
data
|> Map.delete("content")
|> handle_incoming(options)
end
end