mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
bbd908ae09
This commit fixes an issue from 2ecc8291e8878e2060350e2254532ed0b2598cb1 where the user sees an ugly plain #hashtag when sending a chat message. Now, we add a basic placeholder that looks like the cooked hashtag with a grey square, which is then filled in once the "sent" message bus event for the message comes back, and we do decorateCooked on the message to fill in the proper hashtag details.