mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
`reviewable.chat_channel` is a plain javascript object from the server's JSON response. We need to turn it into a true `ChatChannel` object before passing to `<ChatChannelTitle>` This commit also converts `<ReviewableChatMessage>` to a Glimmer component