discourse/plugins/chat
Joffrey JAFFEUX 384a8b17a1
FIX: leaving a group channel should destroy membership (#24631)
In other kind of channels we will only unfollow but for group channels we don't want people to keep appearing in members list.

This commit also creates appropriate services:
- `Chat::LeaveChannel`
- `Chat::UnfollowChannel`

And dedicated endpoint for unfollow: `DELETE /chat/api/channels/:id/memberships/me/follows`
2023-11-29 17:48:14 +01:00
..
app FIX: leaving a group channel should destroy membership (#24631) 2023-11-29 17:48:14 +01:00
assets FIX: leaving a group channel should destroy membership (#24631) 2023-11-29 17:48:14 +01:00
config FIX: leaving a group channel should destroy membership (#24631) 2023-11-29 17:48:14 +01:00
db FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01:00
lib FEATURE: Add threads support to chat archives (#24325) 2023-11-27 15:47:35 +01:00
public
spec FIX: leaving a group channel should destroy membership (#24631) 2023-11-29 17:48:14 +01:00
test/javascripts DEV: Remove unnecessary await settled() (#24584) 2023-11-28 10:45:20 +01:00
plugin.rb FEATURE: implements drafts for threads (#24483) 2023-11-22 11:54:23 +01: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.