mcwumbly
(Dave McClure)
13 Abril, 2023 09:53
14
@davidb acaba de implementar esta función en el núcleo que te permite configurar una lista de emojis prohibidos en la configuración de tu sitio, la cual es respetada por el selector de emojis en el chat:
main ← 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/
7 Me gusta