discourse/plugins/chat/assets
Andrei Prigorshnev c0d3cded73
DEV: refactor calls to message.cook when sending messages (#21934)
When editing a message, we call `message.cook()` in the beginning of 
`#sendEditMessage` methods, but when sending a new message, 
the call to `message.cook()` is hidden in the `stageMessage` method.

We can just call `message.cook()` before sending the message, no matter 
whether this is a new message or an edited message.
2023-06-08 18:21:22 +04:00
..
javascripts DEV: refactor calls to message.cook when sending messages (#21934) 2023-06-08 18:21:22 +04:00
stylesheets UX: improves chat message long press and touch (#21984) 2023-06-08 08:21:32 +02:00