mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:37:55 +08:00
abcaa1a961
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_chat_index_serializer.rb | ||
chat_channel_index_serializer.rb | ||
chat_channel_search_serializer.rb | ||
chat_channel_serializer.rb | ||
chat_in_reply_to_serializer.rb | ||
chat_message_serializer.rb | ||
chat_view_serializer.rb | ||
chat_webhook_event_serializer.rb | ||
direct_message_serializer.rb | ||
incoming_chat_webhook_serializer.rb | ||
reviewable_chat_message_serializer.rb | ||
structured_channel_serializer.rb | ||
user_chat_channel_membership_serializer.rb | ||
user_chat_message_bookmark_serializer.rb | ||
user_with_custom_fields_and_status_serializer.rb |