discourse/plugins/chat
Joffrey JAFFEUX 26c8eab1f3
FIX: allows bots to create/update/stream messages (#26900)
Prior to this commit, only system users had this pass.

Another significant change of the PR, is to make membership of a channel the angular stone of the permission check to create/update/stop streaming a message. The idea being, if you are a member of a channel already we don't need to check if you can join it AGAIN.

We also have `Chat::AutoRemove::HandleCategoryUpdated` which will deal with permissions change so it's simpler and less prone to error to consider the membership as the only source of truth.
2024-05-07 15:17:42 +02:00
..
app FIX: allows bots to create/update/stream messages (#26900) 2024-05-07 15:17:42 +02:00
assets FIX: only show discourse-ai CTA to admins (#26895) 2024-05-07 00:43:30 +02:00
config Update translations (#26821) 2024-04-30 21:57:28 +02:00
db FEATURE: encourage users to set chat thread titles (#26617) 2024-04-29 17:20:01 +08:00
lib FIX: allows bots to create/update/stream messages (#26900) 2024-05-07 15:17:42 +02:00
public
spec FIX: allows bots to create/update/stream messages (#26900) 2024-05-07 15:17:42 +02:00
test/javascripts FIX: only show discourse-ai CTA to admins (#26895) 2024-05-07 00:43:30 +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.