This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat/assets/javascripts/discourse/services
Jarek Radosz 19214aff18
DEV: Clean up all message bus subscriptions (#19268)
1. "What Goes Up Must Come Down" – if you subscribe to message bus, make sure you also unsubscribe
2. When you unsubscribe - remove only your subscription, not **all** subscriptions on given channel

Attempt #2. The first attempt tried to extend a core `@bound` method in new-user-narrative plugin which did not work. I reworked that plugin in the meantime. This new PR also cleans up message bus subscriptions in now core-merged chat plugin.
2022-12-12 16:32:25 +01: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-info-route-origin-manager.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-composer-presence-manager.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-emoji-picker-manager.js REFACTOR: chat-msgactions (#18969) 2022-11-10 15:08:14 +01:00
chat-emoji-reaction-store.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-guardian.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-message-visibility-observer.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-notification-manager.js DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
chat-state-manager.js REFACTOR: naming and state refactor (#19187) 2022-11-25 14:15:38 +01:00
chat.js DEV: Clean up all message bus subscriptions (#19268) 2022-12-12 16:32:25 +01:00
emoji-picker-scroll-observer.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00