mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 06:14:54 +00: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