mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-09 09:34:20 +08:00
This PR allows user to choose any emoji in reaction, like the old retort plugin. * Add a `discourse_reactions_experimental_allow_any_emoji` option, if enabled, will add a button of EmojiPicker in the ReactionsPicker * When the EmojiPicker is shown, will prevent ReactionsPicker from collapse when clicking at outside(necessary on mobile device) / moving mouse outside of ReactionsPicker * This is considered a disabled by default experimental feature for now, admins can enable at their own discretion, as there is not currently a way to limit which reactions can be used here |
||
|---|---|---|
| .. | ||
| controllers/discourse_reactions | ||
| jobs | ||
| models/discourse_reactions | ||
| serializers | ||
| services/discourse_reactions | ||