Skip to content

Add optional `display-name` parameter for custom emoji packs

Sean King requested to merge seanking/pleroma:display-name into develop

Related MR: admin-fe!178

Newroma PR: https://codeberg.org/newroma-dev/newroma/pulls/39

This MR adds a display-name parameter for custom emoji packs. Particularly, it allows for pack:tramoji per se to instead return Tramoji whenever a custom emoji's category is asked for. An example here on MastoFE:

Screenshot_from_2020-10-17_22-52-51

As you can see, I also have an emoji pack called custom. When the display-name for an emoji's emoji pack is not available, the category for that emoji instead falls back to pack:{whatever-the-pack-folder-name-is}.

This also has the potential to be useful in the case of Soapbox FE, like seen below with its Emoji Mart picker updated to a newer version:

Screenshot_from_2020-10-17_22-57-07

Edited by Sean King

Merge request reports