This is a followup of the previous refactor where we created two new models to handle all the dedicated logic that was present in the `ChatChannel` model. For the sake of consistency, `DMChannel` has been renamed to `DirectMessageChannel` and the previous `DirectMessageChannel` model is now named `DirectMessage`. This should help reasoning about direct messages. |
||
|---|---|---|
| .. | ||
| admin | ||
| api | ||
| api_controller.rb | ||
| chat_base_controller.rb | ||
| chat_channels_controller.rb | ||
| chat_controller.rb | ||
| direct_messages_controller.rb | ||
| emojis_controller.rb | ||
| incoming_chat_webhooks_controller.rb | ||