mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 13:55:07 +00: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