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
Joffrey JAFFEUX 939c2a7371
FIX: correct various mistakes in chat-notification-manager (#20050)
* FIX: correct various mistakes in chat-notification-manager

- The code was still handling global chat through its own variable instead of relying on `ChatStateManager`
- There was a typo were the code was using `this` instead of `opts`

Note notifications are a future big work of this year and this should be heavily reworked and tested.

* linting
2023-01-30 10:48:10 +01:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
connectors DEV: Apply prettier to hbs files 2022-12-28 13:11:12 +00:00
controllers FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
helpers DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
initializers DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
lib DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
models DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
modifiers/chat DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
pre-initializers DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
routes FIX: Intercept old channel URLs in drawer mode (#20043) 2023-01-27 17:46:53 -03:00
services FIX: correct various mistakes in chat-notification-manager (#20050) 2023-01-30 10:48:10 +01:00
templates FEATURE: Allow editing channel slug (#19948) 2023-01-30 13:18:34 +10:00
widgets DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
admin-chat-route-map.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
chat-route-map.js DEV: /channel -> /c chat route rename (#19782) 2023-01-27 09:58:12 -03:00
preferences-chat-route-map.js DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00