Skip to content

EmojiReactValidator: fix emoji qualification

Hélène requested to merge helene/pleroma:fix/emoji-react-qualification into develop

Tries fully-qualifying emoji when receiving them, by adding the emoji variation sequence to the received reaction emoji.

This issue arises when other instance software, such as Misskey, tries reacting with emoji that have unqualified or minimally qualified variants, like a red heart. Pleroma only accepts fully qualified emoji in emoji reactions, and refused those emoji. Now, Pleroma will attempt to properly qualify them first, and reject them if checks still fail.

Merge request reports