discourse/plugins/chat/assets/javascripts/discourse/models
Joffrey JAFFEUX 22521d3428
DEV: converts models to native classes (#21418)
- `ChatChannel`
- `UserChatChannelMembership`

Also creates a new `chat-direct-message` model used as the object for the`chatable` property of the `ChatChannel` when the `ChatChannel` is a direct message channel. When the chatable is a category a real `Category` object will now be returned.

Archive state of a `ChatChannel` is now hold in a `ChatChannelArchive` object.
2023-05-08 18:24:41 +02:00
..
chat-channel-archive.js DEV: converts models to native classes (#21418) 2023-05-08 18:24:41 +02:00
chat-channel.js DEV: converts models to native classes (#21418) 2023-05-08 18:24:41 +02:00
chat-direct-message.js DEV: converts models to native classes (#21418) 2023-05-08 18:24:41 +02:00
chat-message-reaction.js DEV: Refactoring chat message actions for ChatMessage component usage in thread panel (#20756) 2023-04-06 15:19:52 +02:00
chat-message.js DEV: converts models to native classes (#21418) 2023-05-08 18:24:41 +02:00
chat-thread.js UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
user-chat-channel-membership.js DEV: converts models to native classes (#21418) 2023-05-08 18:24:41 +02:00