mirror of
https://github.com/discourse/discourse.git
synced 2025-06-25 01:30:17 +08: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