discourse/plugins/chat
Joffrey JAFFEUX 14b8894ddb
FIX: missing appEvents param for onNotification (#27180)
The `onNotification` signature is:

```
onNotification(data, siteSettings, user, appEvents)
```

And we were not passing `appEvents`.

Also explicitly inject `currentUser` in `chat-notification-manager` service.
2024-05-24 18:39:54 +02:00
..
app FIX: load existing chat dm channel via url (#26998) 2024-05-24 12:12:49 +04:00
assets FIX: missing appEvents param for onNotification (#27180) 2024-05-24 18:39:54 +02:00
config FEATURE: Allow to bulk delete chat messages (#26586) 2024-05-22 08:57:00 -03:00
db DEV: update thread title prompt migration (#27052) 2024-05-17 00:53:19 +04:00
lib DEV: Use site setting mandatory_values for chat allowed groups (#26994) 2024-05-13 14:38:26 +10:00
public DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
spec FIX: load existing chat dm channel via url (#26998) 2024-05-24 12:12:49 +04:00
test/javascripts UX: also plays notification sounds in group channels (#27176) 2024-05-24 17:48:07 +02:00
plugin.rb FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08:00
README.md DEV: Chat service object initial implementation (#19814) 2023-02-13 13:09:57 +01:00

This plugin is still in active development and may change frequently

Documentation

The Discourse Chat plugin adds chat functionality to your Discourse so it can natively support both long-form and short-form communication needs of your online community.

For user documentation, see Discourse Chat.

For developer documentation, see Discourse Documentation.