discourse/plugins/chat/assets/javascripts/discourse/services
Joffrey JAFFEUX 4ce8ea7496
DEV: adds sendChatMessage client API (#21783)
Usage:

```
api.sendChatMessage(channelId, message, { threadId: 6 });
```
2023-05-29 18:41:12 +02:00
..
chat-api.js DEV: adds sendChatMessage client API (#21783) 2023-05-29 18:41:12 +02:00
chat-audio-manager.js FIX: uses CDN when available for chat mp3 sounds (#19341) 2022-12-06 16:27:59 +01:00
chat-channel-composer.js FIX: improves draft for channels (#21724) 2023-05-24 15:36:46 +02:00
chat-channel-emoji-picker-manager.js DEV: Refactoring chat message actions for ChatMessage component usage in thread panel (#20756) 2023-04-06 15:19:52 +02:00
chat-channel-info-route-origin-manager.js
chat-channel-pane-subscriptions-manager.js FIX: Update client lastReadMessageId on trashed message (#21697) 2023-05-23 18:32:19 +02:00
chat-channel-pane.js UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
chat-channel-thread-composer.js FIX: improves draft for channels (#21724) 2023-05-24 15:36:46 +02:00
chat-channel-thread-list-pane.js FEATURE: Thread list initial UI (#21412) 2023-05-10 11:42:32 +02:00
chat-channel-thread-pane-subscriptions-manager.js FIX: Serialize thread membership for user (#21743) 2023-05-25 12:54:50 +02:00
chat-channel-thread-pane.js UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
chat-channels-manager.js FEATURE: Improving thread list item and header (#21749) 2023-05-29 09:11:55 +02:00
chat-composer-presence-manager.js FEATURE: chat-replying indicator for threads (#21485) 2023-05-11 08:02:04 +02:00
chat-composer-warnings-tracker.js REFACTOR: Move mention warnings logic into a separate service. (#19465) 2023-02-03 15:38:30 -03:00
chat-composer.js FIX: improves draft for channels (#21724) 2023-05-24 15:36:46 +02:00
chat-drafts-manager.js FIX: improves draft for channels (#21724) 2023-05-24 15:36:46 +02:00
chat-drawer-router.js FEATURE: Initial chat thread unread indicators (#21694) 2023-05-25 09:56:19 +02:00
chat-drawer-size.js FEATURE: resizeable chat drawer (#20160) 2023-02-03 15:11:12 +01:00
chat-emoji-picker-manager.js DEV: Refactoring chat message actions for ChatMessage component usage in thread panel (#20756) 2023-04-06 15:19:52 +02:00
chat-emoji-reaction-store.js
chat-guardian.js
chat-notification-manager.js FIX: Correctly update _subscribedTo* props (#20351) 2023-02-17 21:45:21 +01:00
chat-pane-base-subscriptions-manager.js FIX: Update client lastReadMessageId on trashed message (#21697) 2023-05-23 18:32:19 +02:00
chat-side-panel-size.js UX: improves composer and thread panel (#21210) 2023-04-25 10:23:03 +02:00
chat-staged-thread-mapping.js UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
chat-state-manager.js UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
chat-subscriptions-manager.js FEATURE: Improving thread list item and header (#21749) 2023-05-29 09:11:55 +02:00
chat-tracking-state-manager.js FEATURE: Initial chat thread unread indicators (#21694) 2023-05-25 09:56:19 +02:00
chat.js FEATURE: Initial chat thread unread indicators (#21694) 2023-05-25 09:56:19 +02:00
emoji-picker-scroll-observer.js