mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 23:30:30 +08:00

* 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