mcwumbly
(Dave McClure)
April 13, 2023, 9:53am
14
@davidb just landed this feature in core which allows you to configure an emoji deny list
in your site settings which is respected by the emoji picker in chat:
discourse:main
← discourse:add-emoji-deny-list
opened 06:25AM - 03 Apr 23 UTC
This feature will allow sites to define which emoji _**are not allowed**_. Emoji… in this list should be excluded from the set we show in the core emoji picker used in the composer for posts when emoji are enabled. And they should not be allowed to be chosen to be added to messages or as reactions in chat.
This feature prevents denied emoji from appearing in the following scenarios:
- topic title and page title
- private messages (topic title and body)
- inserting emojis into a chat
- reacting to chat messages
- using the emoji picker (composer, user status etc)
- using search within emoji picker
It also takes into account the various ways that emojis can be accessed, such as:
- emoji autocomplete suggestions
- emoji favourites (auto populates when adding to emoji deny list for example)
- emoji inline translations
- emoji skintones (ie. for certain hand gestures)
/t/93605/
6 Likes