mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 13:55:07 +00:00
The `onNotification` signature is: ``` onNotification(data, siteSettings, user, appEvents) ``` And we were not passing `appEvents`. Also explicitly inject `currentUser` in `chat-notification-manager` service.