Skip to content

adds emoji presentation selector

gridtime requested to merge gridtime/moment:fix-emoji-presentation-selector into main

According to the matrix specification, the reaction key [...] should include the unicode emoji presentation selector (\uFE0F) for codepoints which allow it. This MR adds the variant="emoji_type" parameter to all emoji.emojize() calls, see also the emoji docs.

Merge request reports