discourse/plugins/chat/spec
Renato Atilio eb58623b11
UX: replace partially written emoji when using picker on chat (#30517)
After searching for an emoji through the autocomplete, when a user uses the emoji picker (to see the full list of emojis) and selects one, the content in the chat composer would contain both the partially written emoji and the full :selected_emoji: code.

The actual fix is just re-using the emojiSelected method from TextManipulation.
2025-01-02 12:29:18 -03:00
..
components/chat
fabricators DEV: Display better output when inspecting service steps 2024-12-12 15:21:10 +01:00
integration PERF: optimize chat user membership cleanup when removing a single user (#29833) 2024-11-20 09:21:02 +01:00
jobs
lib FIX: add server-side limit for DM channels (#30300) 2024-12-16 18:36:29 +01:00
mailers
models
queries/chat
requests
serializer FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
services PERF: optimize chat user membership cleanup when removing a single user (#29833) 2024-11-20 09:21:02 +01:00
support FIX: serializes interaction for direct messages (#29844) 2024-11-20 11:26:12 +01:00
system UX: replace partially written emoji when using picker on chat (#30517) 2025-01-02 12:29:18 -03:00
validators
plugin_helper.rb DEV: Display better output when inspecting service steps 2024-12-12 15:21:10 +01:00
plugin_spec.rb